UNPKG

359 BSCSSView Raw
1@import '~normalize.css';
2@import '~nprogress/nprogress.css';
3@import '@/css/default_theme.scss';
4@import '~themeFile';
5
6
7* {
8 color: $c-font;
9}
10
11// ::-webkit-scrollbar {
12// background-color: $c-bg;
13// }
14// ::-webkit-scrollbar-thumb {
15// background-color: rgba(white, 0.3);
16// border-radius: 5px;
17// }
18
19// #nprogress .spinner {
20// display: none;
21// }
\No newline at end of file