]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Adjust the colour palette and add a secondary colour
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 27 Jul 2023 09:24:08 +0000 (09:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 27 Jul 2023 09:32:26 +0000 (09:32 +0000)
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>
src/sass/main.sass

index 5401a5082652cc60a78bc28911e2507b080c64d1..f1a13f8771691161e0cc4c4fc13ba797981b1a34 100644 (file)
@@ -9,16 +9,17 @@ $family-sans-serif:                           Prompt, sans-serif
 // 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