Skip to content

Commit

Permalink
feat(a11y/fonts): added different font size options
Browse files Browse the repository at this point in the history
  • Loading branch information
egordidenko committed Aug 26, 2024
1 parent dc8f773 commit c91b6d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions blocks/themes/uc-basic/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,13 @@
--uc-primary-oklch-light: 10% 0 0;
--uc-primary-oklch-dark: 97% 0 0;
}

:where(.uc-a11y-large) {
--uc-font-size: 20px;
--uc-simple-btn-font-size: 20px;
}

:where(.uc-a11y-medium) {
--uc-font-size: 18px;
--uc-simple-btn-font-size: 18px;
}

0 comments on commit c91b6d8

Please sign in to comment.