1
0

add overrides.scss file

This commit is contained in:
PA4KEV 2023-01-04 21:00:50 +01:00
parent 9ccd5d5bf0
commit aae4a979ae

9
src/overrides.scss Normal file
View File

@ -0,0 +1,9 @@
// change the theme
$theme-colors: (
"primary": #530c61,
"secondary": #59585a,
"danger": #ff4136
);
// Import Bootstrap and its default variables
@import '~bootstrap/scss/bootstrap.scss';