v3.0.0/src/site/assets/styles/_bulma_colors_extender.scss

17 lines
494 B
SCSS
Raw Normal View History

// Import the initial variables
2020-12-24 20:16:00 +01:00
@import "../../../../node_modules/bulma/sass/utilities/initial-variables";
@import "../../../../node_modules/bulma/sass/utilities/functions";
// Setup our custom colors
2020-12-25 12:45:22 +01:00
$chibisafe: #323846;
$chibisafe-invert: findColorInvert($chibisafe);
// XXX: EXPERIMENTAL, CHECK IF WE NEED ORIGINAL PRIMARY ANYWHERE
2020-12-25 12:45:22 +01:00
// $primary: $chibisafe;
// $primary-invert: $chibisafe-invert;
// declare custom colors
$custom-colors: (
2020-12-25 12:45:22 +01:00
"chibisafe":($chibisafe, $chibisafe-invert)
);