Tweak contrast skin $primary-color to adhere to WCAG guidelines (#5126)

This commit is contained in:
Lukas Vermeer 2025-02-14 15:46:03 +01:00 committed by Steffen Illium
parent e66a62354d
commit 8864160d14

View File

@ -5,7 +5,7 @@
/* Colors */
$text-color: #000 !default;
$muted-text-color: $text-color !default;
$primary-color: #ff0000 !default;
$primary-color: #b60000 !default;
$border-color: mix(#fff, $text-color, 75%) !default;
$footer-background-color: #000 !default;
$link-color: #0000ff !default;