soapbox/app/styles/dyslexic.scss

18 wiersze
272 B
SCSS
Czysty Zwykły widok Historia

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