Update styles/_variables.scss
This commit is contained in:
parent
63e4b499ce
commit
2274086054
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ $path-font-awesome : "./gitbook/fonts/fontawesome" !default;
|
|||
|
||||
// ### Brand colors
|
||||
// The primary accent color
|
||||
$color-primary : #ff4f4f !default;
|
||||
$color-primary : #128bee;//#ff4f4f !default;
|
||||
|
||||
|
||||
// ### Gray colors
|
||||
|
@ -32,7 +32,7 @@ $color-gray-lightest : darken( white, 5% ) !default;
|
|||
|
||||
// ### Graphic colors
|
||||
// The color of borders
|
||||
$color-border : $color-gray-lightest !default;
|
||||
$color-border : #555; //$color-gray-lightest !default;
|
||||
// The text color of buttons
|
||||
$color-button : $color-gray-lighter;
|
||||
// The text color of buttons on hover
|
||||
|
|
Loading…
Reference in a new issue