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

@@ -0,0 +1,5 @@
<style>
.sidenote-checkbox {
display: none;
}
</style>