From e1671e93a9986050a80f8fb27c166d332b141c5d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 11 Apr 2021 09:15:11 +0200 Subject: website: Adjust focus styles. --- website/static/css/main.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'website') diff --git a/website/static/css/main.css b/website/static/css/main.css index 2acd5ef..3bf1e1e 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -104,8 +104,9 @@ p + p { margin-bottom: 2em; } -#header .logo:focus { - border-bottom: 1px dotted #ffd166; +#header a:focus .logo { + border-left: 2px dotted #118ab2; + border-right: 2px dotted #118ab2; } #header .logo.small { @@ -302,6 +303,10 @@ a { border-color: #118ab2; text-decoration: none; } +a:focus { + border-bottom: 2px dotted; + border-color: inherit; +} a:visited { color: #433; border-color: #06d6a0; @@ -309,9 +314,6 @@ a:visited { border-width: 2px; text-decoration: none; } -a:focus { - border: 1px dotted #ffd166; -} a img { outline : none; } img { border: none; } -- cgit v1.2.1