naive-ui/styles/base.scss
2019-06-18 14:53:24 +08:00

14 lines
246 B
SCSS

@import './fonts/Lato.scss';
@import './theme/default.scss';
body {
margin: 0;
font-family: $default-font-family;
min-width: 1280px;
background: $body-background-color;
color: $primary-text-color;
}
a {
color: $primary-text-color;
}