From 2274086054cb7a499eeafb757c2eeaa0753d0701 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 13 Dec 2018 15:49:38 +0100 Subject: [PATCH] Update styles/_variables.scss --- styles/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/_variables.scss b/styles/_variables.scss index c2b115d..d8f70c7 100644 --- a/styles/_variables.scss +++ b/styles/_variables.scss @@ -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