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

18 lines
272 B

5 years ago
.dyslexic {
4 years ago
font-family: 'OpenDyslexic' !important;
5 years ago
}
body.dyslexic {
4 years ago
@media screen and (max-width: $nav-breakpoint-2) {
.column-header > button,
.column-header > .btn {
4 years ago
font-size: 11px;
}
}
5 years ago
4 years ago
.detailed-status__meta {
font-size: 12px;
}
5 years ago
}