From 829165ad8c96828d52791ee31aac867cce212e6b Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 10 Feb 2021 23:28:53 -0600 Subject: [PATCH] style link underline same color as the hover --- incorporealcms/static/css/dark.css | 2 +- incorporealcms/static/css/light.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css index ebec94a..3808464 100644 --- a/incorporealcms/static/css/dark.css +++ b/incorporealcms/static/css/dark.css @@ -29,7 +29,7 @@ a:link, a:visited { a:hover, a:active { color: #B31D15; - border-bottom: 1px dotted #EEE; + border-bottom: 1px dotted #B31D15; } div.header { diff --git a/incorporealcms/static/css/light.css b/incorporealcms/static/css/light.css index c64ed43..09d24a4 100644 --- a/incorporealcms/static/css/light.css +++ b/incorporealcms/static/css/light.css @@ -29,7 +29,7 @@ a:link, a:visited { a:hover, a:active { color: #811610; - border-bottom: 1px dotted #111; + border-bottom: 1px dotted #811610; } div.header {