1
0
Fork 0
docsearch/src/styles/_variables.scss
Sylvain UTARD 0a8ad2cee9 chore(style): lighter default colors
I've also suffixed all background colors by `-background` and text
colors by `-text`, it was not the case everywhere.

Fix #11
2015-12-16 21:42:53 +01:00

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;;