From 22e8544a857683abdc844561a63019a7da0023ce Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 6 Apr 2023 20:03:15 +0000 Subject: [PATCH] minor style improvement Signed-off-by: Arthur Lu --- css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/style.css b/css/style.css index 53f12f7..efee0b8 100644 --- a/css/style.css +++ b/css/style.css @@ -66,6 +66,14 @@ nav a:hover, nav a[aria-current="true"] { text-decoration: underline 0.1em var(--accent-lnk-color); } +nav:hover a[aria-current="true"] { + text-decoration: underline 0.1em var(--accent-bkg-color); +} + +nav:hover a[aria-current="true"]:hover { + text-decoration: underline 0.1em var(--accent-lnk-color); +} + main a { font-size: inherit; color: var(--content-lnk-color);