mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 10:09:08 +01:00
made NProgress loading bar brighter (GitHub issue #73)
This commit is contained in:
parent
b26ec1dd0b
commit
ca7789750a
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@ body { padding-top: $navbar-height; }
|
|||
|
||||
@import "font-awesome";
|
||||
|
||||
$nprogress-color: darken($navbar-inverse-bg, 15%);
|
||||
$nprogress-color: lighten($navbar-inverse-bg, 25%);
|
||||
@import 'nprogress';
|
||||
@import 'nprogress-bootstrap';
|
||||
|
|
Loading…
Reference in a new issue