bigbuffet-rw/app/styles/gabsocial/dyslexic.scss

17 lines
254 B
SCSS
Raw Normal View History

2020-03-27 13:59:38 -07:00
.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;
}
}