Dark colors toolbar

This commit is contained in:
Matheus Cruz Rocha
2016-02-02 16:00:50 -03:00
parent 4d84ea2055
commit 871c0838bd

View File

@@ -18,14 +18,14 @@ $colors: (
$text-color: #fff !default;
$paragraph-color: $text-color !default;
$link-color: map-get($colors, primary) !default;
$background-color: #000 !default;
$background-color: #1e1e1e !default;
$subdued-text-color: #666 !default;
$font-family-base: -apple-system, "Helvetica Neue", "Roboto", sans-serif !default;
$font-size-base: 1.4rem !default; // 1.4rem == 14px
$toolbar-background: #000 !default;
$toolbar-border-color: #b2b2b2 !default;
$toolbar-background: #151515 !default;
$toolbar-border-color: map-get($colors, dark) !default;
$toolbar-text-color: $text-color !default;
$toolbar-active-color: $link-color !default;
$toolbar-inactive-color: #8c8c8c !default;