summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax2019-02-06 15:44:35 +0100
committerMax2019-02-06 15:44:35 +0100
commit9c86f60737da2093c40025f113bc6d06fc84912c (patch)
tree589966ccf3f9b794a54e3aa77e51d35f5b5d9c69
parent1373956529cd4c5f7a5bdfaefad407b24c8bb828 (diff)
downloadfuselkoenig_de-9c86f60737da2093c40025f113bc6d06fc84912c.tar.gz
Slighty improves the color schema.
-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;