roles-bot/packages/website/styles/scss/_globals.scss

18 lines
258 B
SCSS
Raw Normal View History

2021-12-22 18:40:46 +01:00
html {
font-size: 100%;
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.3;
margin: 0;
padding: 0;
background-color: var(--darkmode);
color: white;
}