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: (
2024-08-27 00:25:42 +00:00
"primary": #945de1,
"link": #64b4bd,
"info": #8c4e80,
"success": #7e8e2b,
"warning": #f6ca6b,
"danger": #c5443b,
2023-11-06 00:03:23 +00:00
);