6 lines
117 B
CSS

body {
background-color: var(--color-background);
}
@import 'node_modules/modern-normalize/modern-normalize.css';