@@ -41,7 +41,7 @@ a:visited {
sup {
top: -0.333em;
position: relative;
font-size: 85%;
font-size: 80%;
}
header {
grid-area: header;
@@ -91,6 +91,11 @@ blockquote p {
}
}
:target {
background: #ffffff20;
transition-duration: 750ms;
}
footer {
width: 20rem;
max-width: 33vw;
@@ -118,9 +123,9 @@ p > img {
display: block;
}
.footnote-ref {
padding-right: 0.2em;
}
a.footnote-ref { padding-right: 0.1em; }
a.footnote-ref:before{ content: '[' }
a.footnote-ref:after{ content: ']' }
ul {
list-style: circle;
@@ -255,6 +260,7 @@ pre code {
padding: 0.9em;
margin: 2em 0 2em 2em;
max-width: 80vw;
overflow: scroll;
}
.highlight .c{color:#998;font-style:italic}