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