From 93e9c8dc241105b4e1051151374cddc9e43bb0dd Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 7 Dec 2020 21:54:43 -0600 Subject: [PATCH] tweaks to the dark theme --- incorporealcms/static/css/dark.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css index e960f1b..bf8abba 100644 --- a/incorporealcms/static/css/dark.css +++ b/incorporealcms/static/css/dark.css @@ -1,13 +1,13 @@ html { - color: #CCC; + color: #DDD; } body { - background: #444; + background: black; } .site-wrap { - background: black; + background: #111; border: 1px solid #222; border-top: none; @@ -20,12 +20,12 @@ h1, h2, h3, h4, h5, h6 { a:link, a:visited { color: #BBB; - border-bottom: 1px dotted #CCC; + border-bottom: 1px dotted #EEE; } a:hover, a:active { color: #B14640; - border-bottom: 1px dotted #CCC; + border-bottom: 1px dotted #EEE; } section.nav, section.styles {