advent22/ui/src/bulma-scheme.scss

15 lines
230 B
SCSS
Raw Normal View History

2023-11-06 00:03:23 +00:00
@charset "utf-8";
//=====================
// custom color scheme
//=====================
$colors: (
2023-11-06 00:03:23 +00:00
"primary": #945DE1,
"link": #64B4BD,
"info": #8C4E80,
"success": #7E8E2B,
"warning": #F6CA6B,
"danger": #C5443B,
);