Better hr in dark mode
This commit is contained in:
@ -42,6 +42,9 @@ hr::before {
|
|||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
body.dark-mode hr::before {
|
||||||
|
filter: grayscale(100%) brightness(100%);
|
||||||
|
}
|
||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
font-family: "Gentium Plus", serif;
|
font-family: "Gentium Plus", serif;
|
||||||
|
|||||||
Reference in New Issue
Block a user