diff --git a/wwwroot/index.html b/wwwroot/index.html
index 4bb9d63..4e9c38f 100644
--- a/wwwroot/index.html
+++ b/wwwroot/index.html
@@ -24,8 +24,8 @@
@@ -79,8 +79,8 @@
diff --git a/wwwroot/styles.css b/wwwroot/styles.css
index 93d8e06..419ca95 100644
--- a/wwwroot/styles.css
+++ b/wwwroot/styles.css
@@ -83,6 +83,17 @@ html {
text-align: left;
cursor: pointer;
}
+.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;
+}
.status-bar {
display: flex;