Dark mode fix separators

master
Marvin Johanning 2021-12-06 18:56:26 +01:00
parent bf6e32150e
commit 937ef07725
1 changed files with 8 additions and 1 deletions

View File

@ -57,6 +57,10 @@
blockquote { blockquote {
background: #000000; background: #000000;
} }
.separator::before,
.separator::after {
border-bottom: 1px solid white;
}
} }
/* Light mode */ /* Light mode */
@ -68,6 +72,10 @@
blockquote { blockquote {
background: #f9f9f9; background: #f9f9f9;
} }
.separator::before,
.separator::after {
border-bottom: 1px solid #000;
}
} }
/* merriweather-regular - latin */ /* merriweather-regular - latin */
@ -689,7 +697,6 @@ div.heading-greek {
.separator::after { .separator::after {
content: ''; content: '';
flex: 1; flex: 1;
border-bottom: 1px solid #000;
} }
.separator:not(:empty)::before { .separator:not(:empty)::before {