Skip to content

Commit

Permalink
feat(#57): footnote style
Browse files Browse the repository at this point in the history
  • Loading branch information
tuurep committed Jan 10, 2024
1 parent 4ea6ddc commit 3627882
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,18 @@ hr {
border: 0;
}

/* --------------------------------------------------------------------------
* FOOTNOTE ----------------------------------------------------------------- */
.footnotes-sep {
display: none;
}
section.footnotes {
font-size: 12px;
margin-top: 20px;
border-top: 0.2px solid #444;
color: #7d7d7d;
}

/* --------------------------------------------------------------------------
* LIGHT MODE --------------------------------------------------------------- */
@media (prefers-color-scheme: light) {
Expand Down Expand Up @@ -167,4 +179,9 @@ hr {
hr {
background-color: #d0d7de;
}

section.footnotes {
border-top: 0.2px solid #d8dee4;
color: #656d76;
}
}

0 comments on commit 3627882

Please sign in to comment.