styles: overwrite Stylekit font variables

This commit is contained in:
Antonella Sgarlatta
2021-05-05 12:53:49 -03:00
parent 366b7fa36d
commit 514cc8c051
5 changed files with 24 additions and 7 deletions

View File

@@ -15,6 +15,14 @@ $z-index-footer-bar-item-panel: 2000;
$z-index-lock-screen: 10000;
$z-index-modal: 10000;
html {
font-size: 100%;
}
body {
font-size: var(--sn-stylekit-base-font-size);
}
html,
body {
font-family: -apple-system, BlinkMacSystemFont,
@@ -26,7 +34,6 @@ body {
-webkit-font-smoothing: antialiased;
min-height: 100%;
height: 100%;
font-size: var(--sn-stylekit-base-font-size);
line-height: normal;
margin: 0;
color: var(--sn-stylekit-foreground-color);