mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 04:26:03 +01:00
changed nprogress colour
This commit is contained in:
parent
9728561a93
commit
5608148550
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ body { padding-top: $navbar-height; }
|
|||
|
||||
@import "font-awesome";
|
||||
|
||||
$nprogress-color: darken(#4285F4, 25%);
|
||||
$nprogress-color: darken($navbar-inverse-bg, 15%);
|
||||
@import 'nprogress';
|
||||
@import 'nprogress-bootstrap';
|
||||
|
|
Loading…
Reference in a new issue