style hr in the main light/dark styles, used in footnotes

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2026-02-18 16:47:57 -06:00
parent 7ec8c05bb4
commit 6a7d009f35
2 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ body {
background: #111; background: #111;
} }
hr {
color: #333;
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #B31D15; color: #B31D15;
} }

View File

@@ -14,6 +14,10 @@ body {
background: #EEE; background: #EEE;
} }
hr {
color: #CCC;
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #811610; color: #811610;
} }