From: Michael Tremer Date: Tue, 14 Mar 2023 11:35:46 +0000 (+0000) Subject: CSS: Add custom colour for LWL X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c481e86852fd2610fc9de9e3efa31cca452b6204;p=ipfire.org.git CSS: Add custom colour for LWL Signed-off-by: Michael Tremer --- diff --git a/src/sass/main.sass b/src/sass/main.sass index 84f52934..ae444b71 100644 --- a/src/sass/main.sass +++ b/src/sass/main.sass @@ -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