tweak text colors; less normal, more bold

This commit is contained in:
Brian S. Stephan 2021-02-10 23:28:24 -06:00
parent 5e41cde52e
commit 7d982b96c9
2 changed files with 10 additions and 2 deletions

View File

@ -1,11 +1,15 @@
html { html {
color: #DDD; color: #CCC;
} }
body { body {
background: black; background: black;
} }
strong {
color: #EEE;
}
.site-wrap { .site-wrap {
background: #111; background: #111;

View File

@ -3,7 +3,11 @@ html {
} }
body { body {
background: #888; background: #999;
}
strong {
color: #111;
} }
.site-wrap { .site-wrap {