From cfc7ad39f2a95e03958c5e2c634d6d9e0348f5e8 Mon Sep 17 00:00:00 2001 From: tcpsyn Date: Mon, 16 Mar 2026 03:40:51 -0600 Subject: [PATCH] Add missing .sr-only CSS class Co-Authored-By: Claude Opus 4.6 (1M context) --- website/css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/website/css/style.css b/website/css/style.css index aa08e43..34f177d 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -11,6 +11,19 @@ --radius-sm: 8px; } +/* Screen-reader only */ +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border: 0; +} + /* Skip Link */ .skip-link { position: absolute;