theme: Set <hr> color explicitly

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-08-12 19:03:08 +02:00
parent 4715eaf855
commit 6a8413c329
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -1,7 +1,7 @@
:root {
--background: #181a1b;
--text: #fff;
--text-low-noise: #808080;
--low-noise: #808080;
--link: #9bf;
--code: #6cf;
}
@ -54,6 +54,10 @@ h3 {
font-weight: 500;
}
hr {
color: var(--low-noise);
}
p {
margin-bottom: 0;
}
@ -94,7 +98,7 @@ header {
}
footer {
color: var(--text-low-noise);
color: var(--low-noise);
border-top: 1px var(--text);
margin-top: 4em;
margin-bottom: 2em;