Retrospring/app/assets/stylesheets/_variables.scss

13 lines
169 B
SCSS
Raw Normal View History

// Colors
$primary: #5e35b1;
// Cards
$card-border-width: 0;
// List Groups
2020-04-26 14:54:26 -07:00
$list-group-border-width: 0;
:root {
--background: #f0edf4;
2020-04-26 15:59:53 -07:00
--primary-text: #ffffff;
2020-04-26 14:54:26 -07:00
}