tweaks to the dark theme
This commit is contained in:
parent
7cf11986c5
commit
93e9c8dc24
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue