mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 13:19:08 +01:00
change the primary color to purple
This commit is contained in:
parent
3d34f916c9
commit
e834a1ae29
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ $font-size-h4: ceil(($font-size-base * 1.25)); // ~18px
|
|||
$font-size-h5: $font-size-base;
|
||||
$font-size-h6: ceil(($font-size-base * 0.85)); // ~12px
|
||||
|
||||
$brand-primary: #5e35b1;
|
||||
|
||||
$navbar-inverse-bg: #5e35b1;
|
||||
$navbar-inverse-link-color: #ffffff;
|
||||
$navbar-inverse-link-hover-color: #bfbfbf;
|
||||
|
|
Loading…
Reference in a new issue