]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Make all links in primary colour again
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Apr 2023 17:47:39 +0000 (17:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Apr 2023 17:47:39 +0000 (17:47 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/sass/main.sass

index b1c7bc949654ccab681bf8a4f6229aac83a68650..d88ee923c1c558a9d0570a33d8ab6573acd9b0b8 100644 (file)
@@ -20,7 +20,7 @@ $lwl:                                                   #6534C8
 $custom-colors: ("lwl" : ($lwl, $white))
 
 // Use the primary colour for links
-$link:                                                 #000000
+$link:                                                 $primary
 
 // Use black for titles
 $title-color:                   $black