From b0cd7244c9375511c8b9ef99be7833f5287b4fb1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 10 Apr 2021 17:19:30 +0200 Subject: website: Add focus styles for accessibility. --- website/static/css/main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/static/css/main.css b/website/static/css/main.css index 5565423..aaca875 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -101,6 +101,10 @@ p + p { height: 15rem; } +#header .logo:focus { + border-bottom: 1px dotted #ffd166; +} + #header .logo.small { height: 4.5rem; } @@ -313,6 +317,9 @@ 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