14 lines
410 B
SCSS
14 lines
410 B
SCSS
|
|
$font-family-sans-serif: '나눔 고딕', 'Nanum Gothic';
|
|
$body-bg: #000;
|
|
|
|
$input-bg: #ddd;
|
|
$input-color: #303030;
|
|
|
|
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css");
|
|
|
|
@import "./variables.scss";
|
|
@import "./bootswatch_custom_variables.scss";
|
|
@import "../../node_modules/bootstrap5/scss/bootstrap.scss";
|
|
@import "./bootswatch_custom.scss";
|
|
@import "./bootstrap_sammo.scss"; |