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/gabsocial/dyslexic.scss

17 lines
254 B

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