From 9d87aab61b1fdd64e099265c7675f497da7266ac Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 3 Jan 2022 12:40:30 -0600 Subject: [PATCH] go back to lighter red in dark style contrast is just too low for the "incorporeal red" --- incorporealcms/static/css/dark.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css index e2a7a0f..1985482 100644 --- a/incorporealcms/static/css/dark.css +++ b/incorporealcms/static/css/dark.css @@ -22,7 +22,7 @@ strong { } h1, h2, h3, h4, h5, h6 { - color: #811610; + color: #B31D15; } a:link, a:visited { @@ -31,8 +31,8 @@ a:link, a:visited { } a:hover, a:active { - color: #811610; - border-bottom: 1px dotted #811610; + color: #B31D15; + border-bottom: 1px dotted #B31D15; } div.header {