From 1d01ef410258135928807ec39b85dee96579754c Mon Sep 17 00:00:00 2001 From: GeopJr Date: Sat, 16 Jan 2021 06:31:00 +0200 Subject: [PATCH] fix: some more a11y --- _includes/css/main.css | 2 +- _posts/2000-01-05-install.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/css/main.css b/_includes/css/main.css index 38c1204..e67fe24 100644 --- a/_includes/css/main.css +++ b/_includes/css/main.css @@ -55,7 +55,7 @@ pre { .highlight { margin:20px 5%; } /* ----- anchors ----- */ -nav > ul > li > a:focus { box-shadow: none; } +nav > ul > li > a:focus, [aria-hidden="true"] > a { box-shadow: none; } a:focus { box-shadow: 0 0 0 3px {{ site.colors.purple }}cc; } /* ----- base elements ----- */ diff --git a/_posts/2000-01-05-install.md b/_posts/2000-01-05-install.md index 73f82f2..5b6f82c 100644 --- a/_posts/2000-01-05-install.md +++ b/_posts/2000-01-05-install.md @@ -5,7 +5,7 @@ color: black ---