This moves our colour palette away from the standard Bulma colours as
they clash a lot with our primary colours.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
// Colour Palette
$primary: #ff2e52
$primary-invert: #ffffff
-$success: #3adb76
+$secondary: #46ffc0
+$secondary-invert: #000000
+$success: #1ae210
$success-invert: #ffffff
-$yellow: #e7e247
-$red: #cc4b47
-$black: #000000
+$danger: #ac001a
+$warning: #f3ff50
// Custom Colours
$lwl: #6534C8
-$custom-colors: ("lwl" : ($lwl, $white))
+$custom-colors: ("secondary" : ($secondary, $secondary-invert), "lwl" : ($lwl, $white))
// Use the primary colour for links
$link: $primary