From: Michael Tremer Date: Wed, 19 Oct 2022 03:50:39 +0000 (+0000) Subject: CSS: Use the primary colour for all links X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96138e9b124efa1ee2244e6ca6cf99a3f2edb5b5;p=pbs.git CSS: Use the primary colour for all links Signed-off-by: Michael Tremer --- diff --git a/src/static/css/site.scss b/src/static/css/site.scss index d688e8ef..67cf3d1e 100644 --- a/src/static/css/site.scss +++ b/src/static/css/site.scss @@ -9,6 +9,9 @@ $green: #3adb76; $yellow: #e7e247; $red: #cc4b47; +// Use the primary colour for links +$link: $primary; + /* Import Bulma */