From dabf9f7544d9b560f4b6c461eae9083a126a0bff Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 8 Dec 2020 18:27:55 -0600 Subject: [PATCH] more corrections of the link colors --- incorporealcms/static/css/dark.css | 4 ++-- incorporealcms/static/css/light.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css index bf8abba..ec3c00f 100644 --- a/incorporealcms/static/css/dark.css +++ b/incorporealcms/static/css/dark.css @@ -19,12 +19,12 @@ h1, h2, h3, h4, h5, h6 { } a:link, a:visited { - color: #BBB; + color: #EEE; border-bottom: 1px dotted #EEE; } a:hover, a:active { - color: #B14640; + color: #B31D15; border-bottom: 1px dotted #EEE; } diff --git a/incorporealcms/static/css/light.css b/incorporealcms/static/css/light.css index a4c3917..b38dd6a 100644 --- a/incorporealcms/static/css/light.css +++ b/incorporealcms/static/css/light.css @@ -19,7 +19,7 @@ h1, h2, h3, h4, h5, h6 { } a:link, a:visited { - color: #222; + color: #111; border-bottom: 1px dotted #111; }