From 04a56416501dba6376b6e767db3e5f4a0738fd3b Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Thu, 25 Jul 2024 13:28:17 +1000 Subject: [PATCH] fix for weird border on icon on startup --- wwwroot/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wwwroot/css/style.css b/wwwroot/css/style.css index 295ad4e..36b523e 100644 --- a/wwwroot/css/style.css +++ b/wwwroot/css/style.css @@ -49,6 +49,10 @@ img { max-inline-size: 10rem } +:is(h1,h2,h3,h4,h5,h6):is(:focus-visible) { + outline:none; +} + #bio :is(h1,h2,h3,h4,h5,h6) { text-align: center; display: block