Add missing .sr-only CSS class

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-16 03:40:51 -06:00
parent 8a64a269f3
commit cfc7ad39f2
+13
View File
@@ -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;