tweak the two-tone backgrounds and whitespace up the header
This commit is contained in:
parent
cc3e311738
commit
de0641b08f
@ -6,17 +6,13 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #090909;
|
background: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
color: #EEE;
|
color: #EEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-wrap {
|
|
||||||
background: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
color: #B31D15;
|
color: #B31D15;
|
||||||
}
|
}
|
||||||
@ -26,9 +22,12 @@ a:hover, a:active {
|
|||||||
border-bottom: 1px solid #B31D15;
|
border-bottom: 1px solid #B31D15;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.site-wrap {
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
|
||||||
div.header {
|
div.header {
|
||||||
background: #222;
|
padding: 10px 0;
|
||||||
border-bottom: 1px solid #222;
|
|
||||||
color: #BBB;
|
color: #BBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,17 +6,13 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #F6F6F6;
|
background: #EEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
color: #111;
|
color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-wrap {
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
color: #811610;
|
color: #811610;
|
||||||
}
|
}
|
||||||
@ -26,9 +22,12 @@ a:hover, a:active {
|
|||||||
border-bottom: 1px solid #B31D15;
|
border-bottom: 1px solid #B31D15;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.site-wrap {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
div.header {
|
div.header {
|
||||||
background: #DDD;
|
padding: 10px 0;
|
||||||
border-bottom: 1px solid #DDD;
|
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user