Lighter font in dark mode and for all block quotes.

This commit is contained in:
welpo
2023-02-02 21:57:26 +01:00
parent 57ea76111e
commit 01f670b1fc
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ hr {
blockquote {
border-left: 3px solid var(--border-color);
color: #737373;
color: #8f8f8f;
margin: 0;
padding-left: 1em;
}