Commit d9815450 authored by Kim, Subin's avatar Kim, Subin
Browse files

custom color

parent 10438a1e
$ButterYellow: #FEDC00;
@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";
$custom-colors: (
"ButterYellow": $ButterYellow
);
$theme-colors: map-merge($theme-colors, $custom-colors);
@import '~bootstrap/scss/bootstrap.scss'; @import '~bootstrap/scss/bootstrap.scss';
@import '~bootstrap-icons/font/bootstrap-icons'; @import '~bootstrap-icons/font/bootstrap-icons';
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment