Better hr in dark mode

This commit is contained in:
Madison Scott-Clary
2024-05-09 16:53:23 -07:00
parent 8e23683167
commit c61982c00f

View File

@ -42,6 +42,9 @@ hr::before {
display: block;
text-align: center;
}
body.dark-mode hr::before {
filter: grayscale(100%) brightness(100%);
}
.hero {
font-family: "Gentium Plus", serif;