summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 1f9220f..430ab2a 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1149,3 +1149,22 @@ table.metadata td.name {
color: var(--color-highlight);
transition: 0.2s;
}
+
+
+/* Accessibility */
+.screenreader-text {
+ position: absolute;
+ left: -999px;
+ width: 1px;
+ height: 1px;
+ top: auto;
+}
+
+.screenreader-text:focus {
+ color: black;
+ display: inline-block;
+ height: auto;
+ width: auto;
+ position: static;
+ margin: auto;
+}