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 {
|
||||
background: #090909;
|
||||
background: #111;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.site-wrap {
|
||||
background: black;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color: #B31D15;
|
||||
}
|
||||
@ -26,9 +22,12 @@ a:hover, a:active {
|
||||
border-bottom: 1px solid #B31D15;
|
||||
}
|
||||
|
||||
div.site-wrap {
|
||||
background: black;
|
||||
}
|
||||
|
||||
div.header {
|
||||
background: #222;
|
||||
border-bottom: 1px solid #222;
|
||||
padding: 10px 0;
|
||||
color: #BBB;
|
||||
}
|
||||
|
||||
|
@ -6,17 +6,13 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
background: #F6F6F6;
|
||||
background: #EEE;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
.site-wrap {
|
||||
background: white;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color: #811610;
|
||||
}
|
||||
@ -26,9 +22,12 @@ a:hover, a:active {
|
||||
border-bottom: 1px solid #B31D15;
|
||||
}
|
||||
|
||||
div.site-wrap {
|
||||
background: white;
|
||||
}
|
||||
|
||||
div.header {
|
||||
background: #DDD;
|
||||
border-bottom: 1px solid #DDD;
|
||||
padding: 10px 0;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user