You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soapbox/app/styles/dyslexic.scss

15 lines
241 B

.dyslexic {
font-family: 'OpenDyslexic' !important;
margin-bottom: 8px;
}
body.dyslexic {
@media screen and (max-width: $nav-breakpoint-2) {
.column-header > button,
.column-header > .btn {
font-size: 11px;
}
}
}