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