diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index c0e0648..3a8ee8e 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -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 { diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css index 1a89561..1adf23f 100644 --- a/incorporealcms/static/css/dark.css +++ b/incorporealcms/static/css/dark.css @@ -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; } diff --git a/incorporealcms/static/css/light.css b/incorporealcms/static/css/light.css index ef2f0cb..f774f83 100644 --- a/incorporealcms/static/css/light.css +++ b/incorporealcms/static/css/light.css @@ -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; }