From 29f8ca474b19d799f818e93a10c966b145a74fa0 Mon Sep 17 00:00:00 2001 From: Filip Jaskovic <75838849+FilipJaskovic@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:10:33 +0200 Subject: [PATCH] Update style.css --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 188edae..226e490 100644 --- a/style.css +++ b/style.css @@ -15,7 +15,7 @@ } :root { - --text-light: #07202c; + --text-light: #05171e; --background-light: #ffffff; --primary-light: rgba(52, 139, 65, 0.78); --secondary-light: #96c5a5; @@ -88,12 +88,12 @@ th { .ausfall { background-color: var(--cancel-light); - color: var(--background-light); + color: var(--text-light); font-weight: bold; } .old { - color: var(--accent-light); + color: #aaa8ac; } .error {