Skip to content
Snippets Groups Projects
Commit adebe4eb authored by benjamin's avatar benjamin
Browse files

some structure

parent 8210c968
No related branches found
No related tags found
1 merge request!1Feature/accessibility menu
......@@ -264,10 +264,7 @@ p {
bottom: -2em;
right: 1em;
}
.js {
display: none;
}
/* Choosing fonts via JS */
#accessibility-options button {
position: absolute;
top: 0;
......@@ -286,6 +283,7 @@ p {
cursor: pointer;
}
/* Choosing fonts via CSS (no-JS fallback)*/
#toggle:checked ~ .fontchange {
font-family: OpenDyslexicThree-Regular;
}
......@@ -296,6 +294,7 @@ p {
font-family: OpenDyslexicThree-Bold;
}
/* Fonts */
.font-Ubuntu {
font-family: "Ubuntu Regular", sans-serif;
}
......@@ -348,6 +347,9 @@ p {
.display-none {
display: none;
}
.js {
display: none;
}
/* Media queries */
@media only screen and (min-width: 50em) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment