From baee5999613542c40019234d783599a8647781f4 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. --- static/css/main.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static') diff --git a/static/css/main.css b/static/css/main.css index 5565423..aaca875 100644 --- a/static/css/main.css +++ b/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