advent22/ui/_legacy/src/bulma-scheme.scss
Jörn-Michael Miehe 022c9138bf 🚧 ui: re-scaffolding
- built a new bare vue 3.5 project with vite
- partly merged in old configs
2026-02-20 22:25:22 +00:00

14 lines
230 B
SCSS

@charset "utf-8";
//=====================
// custom color scheme
//=====================
$colors: (
"primary": #945de1,
"link": #64b4bd,
"info": #8c4e80,
"success": #7e8e2b,
"warning": #f6ca6b,
"danger": #c5443b,
);