Commit 8a7d004e9994602178cd84de38667e9114d2d9c9
1 parent
aa32690a
Exists in
master
and in
1 other branch
Make navbar darker
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/index.scss
... | ... | @@ -8,7 +8,7 @@ $fa-font-path: "../../bower_components/font-awesome/fonts"; |
8 | 8 | @import "../../bower_components/font-awesome/scss/font-awesome.scss"; |
9 | 9 | |
10 | 10 | $navbar-height: 50px; |
11 | -$brand-success: #039BE5; | |
11 | +$brand-success: #1E96D0; | |
12 | 12 | $link-color: #007EBB; |
13 | 13 | $body-bg: #f5f8fa; |
14 | 14 | $page-header-border-color: #eee; | ... | ... |