]> git.ipfire.org Git - people/ms/westferry.git/commitdiff
CSS: Set our primary color
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 May 2025 14:29:02 +0000 (14:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 May 2025 14:29:02 +0000 (14:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
frontend/src/assets/main.scss

index b14ff0101b3516395be1bca8096af46baebfa54e..da4f940bee1769badf0beeab0f5cd2fd6703fdad 100644 (file)
@@ -2,12 +2,18 @@
        Variables
 */
 
+// Brand Color
+$primary:                                      #ff2e52;
+
 /*
        Import all of Bulma
 */
 @use "bulma/sass" with (
        // Fonts
        $family-primary: "Prompt, sans-serif",
+
+       // Colors
+       $primary : $primary,
 );
 
 /*