10 lines
318 B
SCSS
10 lines
318 B
SCSS
|
|
$font-family-sans-serif: '나눔 고딕', 'Nanum Gothic';
|
|
$body-bg: #000;
|
|
|
|
$input-bg: #ddd;
|
|
$input-color: #303030;
|
|
|
|
@import "../../node_modules/bootswatch/dist/darkly/_variables.scss";
|
|
@import "../../node_modules/bootstrap5/scss/bootstrap.scss";
|
|
@import "../../node_modules/bootswatch/dist/darkly/_bootswatch.scss"; |