Add sidenote delimiters to make the site not look bad with CSS off

This commit is contained in:
2020-03-02 21:30:23 -08:00
parent 2d6aab6b71
commit 8f09b518ba
5 changed files with 14 additions and 0 deletions

View File

@@ -68,6 +68,10 @@ $sidenote-highlight-border-width: .2rem;
text-align: left;
}
.sidenote-delimiter {
display: none;
}
@mixin hidden-sidenote {
position: static;
margin-top: 1rem;