lowtechweb/assets/styles/html.sass

20 lines
543 B
Sass

html
/*-webkit-font-smoothing: antialiased*/
/*--moz-osx-font-smoothing: grayscale*/
scroll-behavior: smooth
/* In most browsers, this defaults to 16 pixels */
font-size: 100%
body
color: $color-primary
background-color: $color-secondary
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
p,
ul:not([class]),
ol[class],
dl,
table
margin-bottom: -webkit-calc(1.115rem + 0.1vw)
margin-bottom: calc(1.115rem + 0.1vw)