]> git.ipfire.org Git - pbs.git/commitdiff
CSS: Add a color for noarch, too
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 11 Feb 2025 17:18:48 +0000 (17:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 11 Feb 2025 17:18:48 +0000 (17:18 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/static/css/site.scss

index 70e07c4d0c04bf8be45a31d17f92a35e57bd4a0a..823090285849e98c402ab758784af780c8390e6d 100644 (file)
@@ -23,6 +23,7 @@ $custom-colors: (
        "aarch64" : ($red,    findColorInvert($red)),
        "riscv64" : ($yellow, findColorInvert($yellow)),
        "x86_64"  : ($blue,   findColorInvert($blue)),
+       "noarch"  : ($grey,   findColorInvert($grey)),
 );
 
 @import "../../third-party/bulma/sass/utilities/derived-variables";