mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2026-02-25 10:30:16 +00:00
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,
|
|
);
|