tweak text colors; less normal, more bold
This commit is contained in:
parent
5e41cde52e
commit
7d982b96c9
|
@ -1,11 +1,15 @@
|
|||
html {
|
||||
color: #DDD;
|
||||
color: #CCC;
|
||||
}
|
||||
|
||||
body {
|
||||
background: black;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.site-wrap {
|
||||
background: #111;
|
||||
|
||||
|
|
|
@ -3,7 +3,11 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
background: #888;
|
||||
background: #999;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
.site-wrap {
|
||||
|
|
Loading…
Reference in New Issue