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