From 5932fd588527f688909f08607a6522d4dfc55c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Joppien?= Date: Mon, 10 Jul 2023 09:55:41 +0200 Subject: [PATCH] Improve link on focus (again) (#531) --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 2f4c71bf..3f8bd778 100644 --- a/css/style.css +++ b/css/style.css @@ -104,6 +104,11 @@ nav a:after { content: url(../images/star.png); } +nav a:focus { + outline-offset: 10px; + outline: 2px dashed white; +} + nav a:last-child:after { content: none; }