tweaks to the dark theme

This commit is contained in:
Brian S. Stephan 2020-12-07 21:54:43 -06:00
parent 7cf11986c5
commit 93e9c8dc24
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
html { html {
color: #CCC; color: #DDD;
} }
body { body {
background: #444; background: black;
} }
.site-wrap { .site-wrap {
background: black; background: #111;
border: 1px solid #222; border: 1px solid #222;
border-top: none; border-top: none;
@ -20,12 +20,12 @@ h1, h2, h3, h4, h5, h6 {
a:link, a:visited { a:link, a:visited {
color: #BBB; color: #BBB;
border-bottom: 1px dotted #CCC; border-bottom: 1px dotted #EEE;
} }
a:hover, a:active { a:hover, a:active {
color: #B14640; color: #B14640;
border-bottom: 1px dotted #CCC; border-bottom: 1px dotted #EEE;
} }
section.nav, section.styles { section.nav, section.styles {