Mangane/app/styles/soapbox/dyslexic.scss

17 lines
268 B
SCSS
Raw Normal View History

2020-03-27 21:59:38 +01:00
.dyslexic {
2020-05-16 05:48:08 +02:00
font-family: 'OpenDyslexic' !important;
2020-03-27 21:59:38 +01:00
}
body.dyslexic {
2020-05-16 05:48:08 +02:00
@media screen and (max-width: $nav-breakpoint-2) {
.column-header > button, .column-header > .btn {
font-size: 11px;
}
}
2020-03-27 21:59:38 +01:00
2020-05-16 05:48:08 +02:00
.detailed-status__meta {
font-size: 12px;
}
2020-03-27 21:59:38 +01:00
}