]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Add custom colour for LWL
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 14 Mar 2023 11:35:46 +0000 (11:35 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 14 Mar 2023 11:35:46 +0000 (11:35 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/sass/main.sass

index 84f52934c6d4e43703dae911b8a64bc46027f9d1..ae444b71a129960aba2f4ac0ba751859205ea0dc 100644 (file)
@@ -12,6 +12,11 @@ $green:                                                      #3adb76
 $yellow:                                               #e7e247
 $red:                                                  #cc4b47
 
+// Custom Colours
+$lwl:                                                   #6534C8
+
+$custom-colors: ("lwl" : ($lwl, $white))
+
 // Use the primary colour for links
 $link:                                                 #000000