From: Michael Tremer Date: Thu, 20 Jul 2023 10:16:12 +0000 (+0000) Subject: CSS: Don't use our custom red as it clashes with the primary colour X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eaaf41c0f4a3f28a08f953a15014d4bff160fe2;p=pbs.git CSS: Don't use our custom red as it clashes with the primary colour Signed-off-by: Michael Tremer --- diff --git a/src/static/css/site.scss b/src/static/css/site.scss index be121e8e..775ed176 100644 --- a/src/static/css/site.scss +++ b/src/static/css/site.scss @@ -7,11 +7,14 @@ $family-sans-serif: Prompt, sans-serif; $primary: #ff2e53; $green: #3adb76; $yellow: #e7e247; -$red: #cc4b47; +//$red: #cc4b47; // Use the primary colour for links $link: $primary; +// Buttons +$button-padding-horizontal: 0; + /* Import Bulma */