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 {
max-width: 65pc;
max-width: 80pc;
}
.site-wrap-double-width {
max-width: 130pc;
max-width: 160pc;
}
.site-wrap {

View File

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

View File

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