add copy link function

This commit is contained in:
Spectralitree 2021-01-06 13:10:26 +01:00
parent a980b160b2
commit d193a5cf71
5 changed files with 100 additions and 16 deletions

View file

@ -13,7 +13,17 @@ html {
}
body {
padding-bottom: 60px;
position: relative;
}
.contents {
display: flex;
flex-flow: column;
height: 100vh
}
.content {
flex: 1;
}
.opendyslexic {
@ -159,7 +169,7 @@ body {
code {
color: black !important;
background-color: $gray-300;
padding: 5px 7px;
padding: 3px 7px;
border-radius: 3px;
margin: 3px;
display: inline-block;
@ -251,9 +261,7 @@ blockquote {
}
.footer {
position: absolute !important;
width: 100% !important;
bottom: 0px !important;
}
.dark-mode .page-item:not(.active) .page-link {
@ -289,7 +297,7 @@ blockquote {
width: 100%;
height: 100%;
z-index: -4;
opacity: 0.6;
opacity: 1;
}
.backdrop-overlay {
@ -307,7 +315,7 @@ blockquote {
}
.dark-mode .backdrop-overlay {
background: linear-gradient(to bottom, rgba(52, 58, 64, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to bottom, rgba(52, 58, 64, 1) 0%, rgba(52, 58, 64, 0) 100%);
}
@import "~bootstrap/scss/bootstrap";