From 05246ac4850313d456c01c9bd0c536dbb3758b41 Mon Sep 17 00:00:00 2001 From: KoalaDev <6156589+Shik3i@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:25:20 +0200 Subject: [PATCH] Fix light mode step text contrast --- website/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/style.css b/website/style.css index 62d5a67..610cb2e 100644 --- a/website/style.css +++ b/website/style.css @@ -1598,12 +1598,12 @@ input:checked + .mock-slider:before { font-size: 1.65rem; margin-bottom: 0.75rem; font-weight: 850; - color: white; + color: var(--text-main); letter-spacing: 0; } .step-text p { - color: #94a3b8; + color: var(--text-muted); font-size: 1rem; line-height: 1.55; }