From e1cb541ea5448478d8c79e8b6c7dfddebe8f531e Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 7 Dec 2020 21:55:32 -0600 Subject: [PATCH] highlight links in light theme as in dark theme --- incorporealcms/static/css/light.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/incorporealcms/static/css/light.css b/incorporealcms/static/css/light.css index 63ac990..a4c3917 100644 --- a/incorporealcms/static/css/light.css +++ b/incorporealcms/static/css/light.css @@ -20,12 +20,12 @@ h1, h2, h3, h4, h5, h6 { a:link, a:visited { color: #222; - border-bottom: 1px dotted #222; + border-bottom: 1px dotted #111; } a:hover, a:active { color: #811610; - border-bottom: 1px dotted #222; + border-bottom: 1px dotted #111; } section.nav, section.styles {