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