From 8786dfc713214067b52f0e7ea482ed34a5a65354 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:06:04 +0800 Subject: [PATCH] Tweak focus outline style --- css/style-index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style-index.css b/css/style-index.css index 81d11eb7..0ca0f53d 100644 --- a/css/style-index.css +++ b/css/style-index.css @@ -150,8 +150,8 @@ p { } .index__link:focus { - outline-offset: 0.2em; - outline: 0.2em solid var(--clr-body-txt); + outline-offset: 0.15em; + outline: 0.1em solid var(--clr-body-txt); } a:focus img {