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