mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2026-02-25 02:20:17 +00:00
- built a new bare vue 3.5 project with vite - partly merged in old configs
14 lines
230 B
SCSS
14 lines
230 B
SCSS
@charset "utf-8";
|
|
|
|
//=====================
|
|
// custom color scheme
|
|
//=====================
|
|
|
|
$colors: (
|
|
"primary": #945de1,
|
|
"link": #64b4bd,
|
|
"info": #8c4e80,
|
|
"success": #7e8e2b,
|
|
"warning": #f6ca6b,
|
|
"danger": #c5443b,
|
|
);
|