bring back the two-tone backgrounds
This commit is contained in:
parent
f718a4982d
commit
2c9ccd704b
@ -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 {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user