mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
14 lines
241 B
SCSS
14 lines
241 B
SCSS
@import './fonts/OpenSans.scss';
|
|
@import './theme/default.scss';
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: 'Open Sans';
|
|
min-width: 1280px;
|
|
background: $body-background-color;
|
|
color: $primary-text-color;
|
|
}
|
|
|
|
a {
|
|
color: $primary-text-color;
|
|
} |