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

View File

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