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

@ -31,7 +31,7 @@
--secondary-color: #696969;
--highlights: #b35a5a;
--links: #d35d6e;
--text-color: #d3d3d3;
--text-color: #e1e1e1;
--code: #ef476f;
--border-color: rgb(0, 0, 0);
--light-border-color: rgba(255, 255, 255, 0.1);

View File

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