diff --git a/src/frontend/src/styles/index.css b/src/frontend/src/styles/index.css index 5d1ebb66..6b9a5d72 100644 --- a/src/frontend/src/styles/index.css +++ b/src/frontend/src/styles/index.css @@ -7,6 +7,18 @@ body, height: 100%; } +.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; +} + * { outline: 2px solid transparent; }