From: Michael Tremer Date: Tue, 10 Oct 2023 09:55:29 +0000 (+0000) Subject: CSS: Make code in the primary colour X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=096ae1d4522f3906007a4f3058358d8af2853f05;p=ipfire.org.git CSS: Make code in the primary colour Signed-off-by: Michael Tremer --- diff --git a/src/sass/main.sass b/src/sass/main.sass index 95704306..6eeedaa3 100644 --- a/src/sass/main.sass +++ b/src/sass/main.sass @@ -30,6 +30,9 @@ $title-color: $grey-darker // Use dark grey for text $text: $grey-darker +// Use the primary color for code +$code: $primary + @import "../third-party/bulma/sass/utilities/derived-variables.sass" // Controls