From 76c341c787e2034067af2662afe34627c60b9185 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 13 May 2022 23:40:11 -0500 Subject: [PATCH] remove background colors and whitespace up the header --- incorporealcms/static/css/dark.css | 9 ++------- incorporealcms/static/css/light.css | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css index c735f48..86212dc 100644 --- a/incorporealcms/static/css/dark.css +++ b/incorporealcms/static/css/dark.css @@ -6,17 +6,13 @@ html { } body { - background: #090909; + background: black; } strong { color: #EEE; } -.site-wrap { - background: black; -} - a:link, a:visited { color: #B31D15; } @@ -27,8 +23,7 @@ a:hover, a:active { } 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..35598ae 100644 --- a/incorporealcms/static/css/light.css +++ b/incorporealcms/static/css/light.css @@ -6,17 +6,13 @@ html { } body { - background: #F6F6F6; + background: white; } strong { color: #111; } -.site-wrap { - background: white; -} - a:link, a:visited { color: #811610; } @@ -27,8 +23,7 @@ a:hover, a:active { } div.header { - background: #DDD; - border-bottom: 1px solid #DDD; + padding: 10px 0; color: #444; }