From dea0a0afd61c19bfe9cfa2207efab1ea4d6fd356 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Thu, 17 Sep 2020 12:46:14 -0400 Subject: [PATCH] Make links use the hover color when focused (re: #8004) --- css/80_app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 6ec3b8572..f14bafe40 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -127,6 +127,9 @@ a:visited, a:active { color: #7092ff; } +a:focus { + color: #597be7; +} @media (hover: hover) { a:hover { color: #597be7;