diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css index c735f48..41ff06a 100644 --- a/incorporealcms/static/css/dark.css +++ b/incorporealcms/static/css/dark.css @@ -6,17 +6,13 @@ html { } body { - background: #090909; + background: #111; } strong { color: #EEE; } -.site-wrap { - background: black; -} - a:link, a:visited { color: #B31D15; } @@ -26,9 +22,12 @@ a:hover, a:active { border-bottom: 1px solid #B31D15; } +div.site-wrap { + background: black; +} + div.header { - background: #222; - border-bottom: 1px solid #222; + padding: 10px 0; color: #BBB; } diff --git a/incorporealcms/static/css/light.css b/incorporealcms/static/css/light.css index 2f81f73..8a2ca86 100644 --- a/incorporealcms/static/css/light.css +++ b/incorporealcms/static/css/light.css @@ -6,17 +6,13 @@ html { } body { - background: #F6F6F6; + background: #EEE; } strong { color: #111; } -.site-wrap { - background: white; -} - a:link, a:visited { color: #811610; } @@ -26,9 +22,12 @@ a:hover, a:active { border-bottom: 1px solid #B31D15; } +div.site-wrap { + background: white; +} + div.header { - background: #DDD; - border-bottom: 1px solid #DDD; + padding: 10px 0; color: #444; }