mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-04-02 03:39:12 +02:00
change the primary color to purple
This commit is contained in:
parent
e834a1ae29
commit
bb7cb3ded0
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,6 @@ $font-size-h4: ceil(($font-size-base * 1.25)); // ~18px
|
||||||
$font-size-h5: $font-size-base;
|
$font-size-h5: $font-size-base;
|
||||||
$font-size-h6: ceil(($font-size-base * 0.85)); // ~12px
|
$font-size-h6: ceil(($font-size-base * 0.85)); // ~12px
|
||||||
|
|
||||||
$brand-primary: #5e35b1;
|
|
||||||
|
|
||||||
$navbar-inverse-bg: #5e35b1;
|
$navbar-inverse-bg: #5e35b1;
|
||||||
$navbar-inverse-link-color: #ffffff;
|
$navbar-inverse-link-color: #ffffff;
|
||||||
$navbar-inverse-link-hover-color: #bfbfbf;
|
$navbar-inverse-link-hover-color: #bfbfbf;
|
||||||
|
@ -54,3 +52,5 @@ body { padding-top: $navbar-height; }
|
||||||
$nprogress-color: darken($navbar-inverse-bg, 15%);
|
$nprogress-color: darken($navbar-inverse-bg, 15%);
|
||||||
@import 'nprogress';
|
@import 'nprogress';
|
||||||
@import 'nprogress-bootstrap';
|
@import 'nprogress-bootstrap';
|
||||||
|
|
||||||
|
$brand-primary: #5e35b1;
|
||||||
|
|
Loading…
Reference in a new issue