mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
define font size at root in applied styles
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
background-color: var(--wa-color-surface-default);
|
||||
font-size: var(--wa-font-size-root);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
@@ -18,7 +19,7 @@ html {
|
||||
body {
|
||||
min-height: 100vh;
|
||||
font-family: var(--wa-font-family-body);
|
||||
font-size: var(--wa-font-size-root);
|
||||
font-size: var(--wa-font-size-m);
|
||||
font-weight: var(--wa-font-weight-body);
|
||||
line-height: var(--wa-font-line-height-regular);
|
||||
text-size-adjust: none;
|
||||
|
||||
Reference in New Issue
Block a user