mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-03 20:03:01 +01:00
13 lines
No EOL
169 B
SCSS
13 lines
No EOL
169 B
SCSS
// Colors
|
|
$primary: #5e35b1;
|
|
|
|
// Cards
|
|
$card-border-width: 0;
|
|
|
|
// List Groups
|
|
$list-group-border-width: 0;
|
|
|
|
:root {
|
|
--background: #f0edf4;
|
|
--primary-text: #ffffff;
|
|
} |