From efba3517bf56d7c905b3936579c9084a651ff1a4 Mon Sep 17 00:00:00 2001 From: JoshuaChris01 Date: Mon, 29 Jan 2024 08:34:32 +0100 Subject: [PATCH] New changes --- html quiz/html-quiz.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html quiz/html-quiz.css b/html quiz/html-quiz.css index 529a480..1bcfc3d 100644 --- a/html quiz/html-quiz.css +++ b/html quiz/html-quiz.css @@ -73,12 +73,12 @@ body.dark { } .dark .html__progress { - background: var(--title-color); + background: var(--text-color); } .dark .html__progress-full { background-color: var(--first-color-alt); - border: 2px solid var(--title-color); + border: 2px solid var(--text-color); } .dark .html__options-list { background-color: var(--text-color);