more accessiblity tweaks

This commit is contained in:
Evan Jarrett
2026-01-17 16:43:54 -06:00
parent ebb107ebec
commit 26f049fcbe
13 changed files with 68 additions and 25 deletions
+13
View File
@@ -100,6 +100,19 @@
}
}
/* ========================================
ACCESSIBILITY UTILITIES
======================================== */
@layer utilities {
/* Screen reader only - visually hidden but accessible */
.sr-only {
@apply absolute w-px h-px p-0 -m-px overflow-hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
}
/* ========================================
CUSTOM COMPONENTS (Not in DaisyUI)
======================================== */