Skip to content
Snippets Groups Projects
Commit 126ef6d6 authored by betalars's avatar betalars
Browse files

added sr-only class to styleguide.css

parent 7b17e93d
No related branches found
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ a { ...@@ -260,7 +260,7 @@ a {
} }
a:not(.ignore-visited):visited, a.always-visited { a:not(.ignore-visited):visited, a.always-visited {
color: var(--secondary-highlight-color); color: var(--tertiary-highlight-color);
} }
input { input {
...@@ -391,6 +391,15 @@ hr::after { ...@@ -391,6 +391,15 @@ hr::after {
} }
} }
#sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
html { html {
/* Works around a bug in chromium that makes the site not full width in small preview sizes*/ /* Works around a bug in chromium that makes the site not full width in small preview sizes*/
position: absolute; position: absolute;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment