tweak the two-tone backgrounds and whitespace up the header

This commit is contained in:
Brian S. Stephan 2022-05-13 23:40:11 -05:00
parent cc3e311738
commit de0641b08f
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 12 additions and 14 deletions

View File

@ -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;
} }

View File

@ -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;
} }