From be9dbd2430384858e55b0147d8e6e0089450cbf8 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Mon, 20 May 2024 19:45:09 +0800 Subject: [PATCH] Adjust heading anchor link focus outline style --- src/assets/css/plugins.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/css/plugins.css b/src/assets/css/plugins.css index 1b6c789c..22a87ec1 100644 --- a/src/assets/css/plugins.css +++ b/src/assets/css/plugins.css @@ -20,8 +20,8 @@ } .heading-anchor:focus { - outline: 2px solid currentColor; - outline-offset: 0.15em; + outline: 0.15em solid currentColor; + outline-offset: 0.05em; } .heading-anchor [hidden] {