More necessary styling.
1 files changed, 13 insertions(+), 0 deletions(-) M sass/style.scss
M sass/style.scss => sass/style.scss +13 -0
@@ 164,10 164,19 @@ p { text-align: justify; } pre { padding: 0.5em 1ex; } .subheading { color: $subheading-light; } blockquote { border-left: 2px solid grey; color: $subheading-light; } @media (prefers-color-scheme: dark) { body { @@ color: $bg; 191,6 200,10 @@ p { color: #8ec07c; } blockquote { color: $subheading-dark; } footer#article-footer { color: #AAA; }