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;