]> git.ipfire.org Git - pbs.git/commitdiff
frontend: Make links use the primary colour
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Jul 2025 11:57:55 +0000 (11:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Jul 2025 11:57:55 +0000 (11:57 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
frontend/src/assets/main.scss

index b7d4988f6ba7a99c98f6ffb23e4315e6559ae11d..7f2114cb0e2ee1a2b762ec0933d3555e02ff2ce5 100644 (file)
@@ -14,6 +14,9 @@ $primary:                                     #ff2e52;
 
        // Colors
        $primary : $primary,
+
+       // Make all links use the primary colour
+       $link    : $primary,
 );
 
 html, body, #app {