bring back the two-tone backgrounds

This commit is contained in:
Brian S. Stephan 2022-05-16 19:34:29 -05:00
parent f718a4982d
commit 2c9ccd704b
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
3 changed files with 12 additions and 4 deletions

View File

@ -12,11 +12,11 @@ body {
} }
.site-wrap-normal-width { .site-wrap-normal-width {
max-width: 65pc; max-width: 80pc;
} }
.site-wrap-double-width { .site-wrap-double-width {
max-width: 130pc; max-width: 160pc;
} }
.site-wrap { .site-wrap {

View File

@ -6,7 +6,7 @@ html {
} }
body { body {
background: black; background: #111;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
@ -23,6 +23,10 @@ p a:hover, ul a:hover, ol a:hover {
border-bottom: 1px solid #B31D15; border-bottom: 1px solid #B31D15;
} }
div.site-wrap {
background: black;
}
div.header { div.header {
color: #BBB; color: #BBB;
} }

View File

@ -6,7 +6,7 @@ html {
} }
body { body {
background: white; background: #EEE;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
@ -23,6 +23,10 @@ p a:hover, ul a:hover, ol a:hover {
border-bottom: 1px solid #811610; border-bottom: 1px solid #811610;
} }
div.site-wrap {
background: white;
}
div.header { div.header {
color: #444; color: #444;
} }