Files
hugo-theme-stack/assets/scss/partials/base.scss
T

21 lines
490 B
SCSS
Raw Normal View History

2020-08-22 13:20:08 +02:00
html {
font-size: 62.5%;
overflow-y: scroll;
scrollbar-gutter: stable;
2020-08-22 13:20:08 +02:00
}
* {
box-sizing: border-box;
}
body {
background: var(--body-background);
margin: 0;
font-family: var(--base-font-family);
2020-08-22 13:20:08 +02:00
font-size: 1.6rem;
text-autospace: ideograph-alpha ideograph-numeric punctuation insert;
text-spacing-trim: trim-start allow-end;
-ms-text-autospace: ideograph-alpha;
2020-08-22 13:20:08 +02:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}