mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 07:15:36 +08:00
UX: increase base font-size to 16px (#27087)
This commit is contained in:
parent
7a0c4c5296
commit
5c09792f79
@ -1,9 +1,9 @@
|
||||
:root {
|
||||
--base-font-size-smallest: 0.815em; // eq. to 13px
|
||||
--base-font-size-smaller: 0.875em; // eq. to 14px
|
||||
--base-font-size: 0.938em; // eq. to 15px
|
||||
--base-font-size-larger: 1.063em; // eq. to 17px
|
||||
--base-font-size-largest: 1.118em; // eq. to 19px
|
||||
--base-font-size: 1em; // eq. to 16px
|
||||
--base-font-size-larger: 1.125em; // eq. to 18px
|
||||
--base-font-size-largest: 1.25em; // eq. to 20px
|
||||
|
||||
// Font-size definitions, multiplier ^ (step / interval)
|
||||
--font-up-6: 2.296em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user