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