From bc635acd86152349788a7d4a97c9e6552b23e6fa Mon Sep 17 00:00:00 2001 From: Sascha Date: Wed, 29 Oct 2025 16:48:10 +0100 Subject: [PATCH] skip to content contrast fix --- src/scss/themes/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/themes/_base.scss b/src/scss/themes/_base.scss index 97923a2..523e781 100644 --- a/src/scss/themes/_base.scss +++ b/src/scss/themes/_base.scss @@ -3,7 +3,7 @@ // Base colors and variables that are used across sections $base-light-theme: ( - primary: red, + primary: #800000, background: #ffffff, text: #000000, text-muted: #2b2b2b,