roles-bot/packages/website/styles/scss/_globals.scss
2022-01-02 18:58:59 +01:00

17 lines
258 B
SCSS

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;
}