From c9938232f29afa558de98a177f6472c7871ca9c9 Mon Sep 17 00:00:00 2001 From: Rex Walters <653208+wrex@users.noreply.github.com> Date: Fri, 31 Mar 2023 11:27:38 -0700 Subject: [PATCH] fix issue #125 --- WKElementaryDark.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/WKElementaryDark.css b/WKElementaryDark.css index 6894f34..24a66c8 100644 --- a/WKElementaryDark.css +++ b/WKElementaryDark.css @@ -636,9 +636,16 @@ background-color: var(--ED-lesson); } + .navigation-shortcut__button { + text-shadow: none; + } + .navigation-shortcut a:hover, - .navigation-shortcut a:focus { + .navigation-shortcut a:focus, + .navigation-shortcut__button:hover, + .navigation-shortcut__button:focus { border-color: var(--EDI-text-color); + color: var(--EDI-text-color); } @media screen and (min-width: 1024px) {