summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sass/theme/_theme_variables.scss17
1 files changed, 11 insertions, 6 deletions
diff --git a/sass/theme/_theme_variables.scss b/sass/theme/_theme_variables.scss
index 7d14e5d..05a6669 100644
--- a/sass/theme/_theme_variables.scss
+++ b/sass/theme/_theme_variables.scss
@@ -5,14 +5,19 @@
//$primary: #0061ff; // Thats a sample how you could change a BootStrap variable.
$primary: (
- color: #f08506,
- dark: darken(#f08506, 10%),
- light: lighten(#f08506, 10%)
+ color: #F07206,
+ dark: darken(#F07206, 10%),
+ light: lighten(#F07206, 10%)
);
$secondary: (
- color: #f08506,
- dark: darken(#f08506, 10%),
- light: lighten(#f08506, 10%)
+ color: #F07206,
+ dark: darken(#F07206, 10%),
+ light: lighten(#F07206, 10%)
+);
+$tertiary: (
+ color: #F07206,
+ dark: darken(#F07206, 10%),
+ light: lighten(#F07206, 10%)
);
$white: #fff !default;