From 0a2bfc28bbc4b7fcab03ccc66f0e8e5c752364ff Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:40:52 -0500 Subject: [PATCH] update index.html: add visually-hidden class for improved accessibility support --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.html b/index.html index 6fce27d..d1a5a28 100644 --- a/index.html +++ b/index.html @@ -103,6 +103,17 @@ color: white; z-index: 100; } + .visually-hidden { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border: 0; + } .site-title { text-align: center; margin: 15px 0 20px 0;