From fbf332fd95288f47b238072195cab18bdba48894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Joppien?= Date: Fri, 7 Jul 2023 09:59:54 +0200 Subject: [PATCH] Improve link on focus (#530) --- css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 78a3b272..2f4c71bf 100644 --- a/css/style.css +++ b/css/style.css @@ -56,8 +56,7 @@ ul li { line-height: 1.5; } -a, -a:focus { +a { color: var(--highlight); } @@ -91,7 +90,7 @@ nav { margin: 0 0 0 250px; } -nav a { +nav a, nav a:focus { color: #fff; text-decoration: none; font-weight: 300;