Changing background color

Darken background color to give more relevance to itens with dark color
This commit is contained in:
Matheus Cruz Rocha
2016-02-04 10:28:01 -03:00
parent 572f7cc177
commit 70bee0fcc6

View File

@@ -18,7 +18,7 @@ $colors: (
$text-color: #fff !default;
$paragraph-color: $text-color !default;
$link-color: map-get($colors, primary) !default;
$background-color: #1e1e1e !default;
$background-color: #191919 !default;
$subdued-text-color: #666 !default;
$font-family-base: -apple-system, "Helvetica Neue", "Roboto", sans-serif !default;