styles: overwrite Stylekit font variables
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user