I've also suffixed all background colors by `-background` and text colors by `-text`, it was not the case everywhere. Fix #11
13 lines
417 B
SCSS
13 lines
417 B
SCSS
$color-border: #3A3A3A;
|
|
$color-border-light: lighten($color-border, 15%);
|
|
$color-category-header-background: #3C4658;
|
|
$color-highlight-header-background: lighten($color-category-header-background, 15%);
|
|
$color-highlight-text: #0064E1;
|
|
$color-selected-background: #E7EDF3;
|
|
$color-selected-text: #0064E1;
|
|
$color-left-column-bg: #F1F3F5;
|
|
$color-left-column: #555;
|
|
|
|
$breakpoint-medium: 568px;
|
|
$breakpoint-large: 768px;;
|
|
|