Files
jinshen-website/app/assets/scss/index.scss

17 lines
160 B
SCSS

html,
body,
#app {
margin: 0;
padding: 0;
}
html.dark {
background: #222;
color: white;
}
a {
font-weight: 400;
color: var(--el-color-primary);
}