Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
$lwl: #4b0082;
$twitter: #00acee;
+$custom-colors: (
+ "lwl" : $lwl,
+ "twitter" : $twitter,
+);
+
// Theme
$primary: #FF2E53;
$secondary: $white;
$light: #faf5f6;
$dark: #4f4f4f;
-$theme-colors: (
- "lwl" : $lwl,
- "twitter" : $twitter,
-);
-
$body-bg: $white;
$body-color: $dark;
@import "../bootstrap/scss/mixins";
@import "../bootstrap/scss/utilities";
+$theme-colors: map-merge($theme-colors, $custom-colors);
+
@import "../bootstrap/scss/root";
@import "../bootstrap/scss/reboot";
@import "../bootstrap/scss/type";