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