From 9801eea271cf11a0a449c377e5948dbc1ebf3b68 Mon Sep 17 00:00:00 2001 From: Louis-LJ <79785663+Louis-LJ@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:47:21 +0200 Subject: [PATCH] fix --- Style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Style.css b/Style.css index 5bf7726..0adb8cf 100644 --- a/Style.css +++ b/Style.css @@ -26,6 +26,8 @@ body { :root { --text: #dddddd; --bg: #161d27; + --navbar-bg-color: #dddddd; + --navbar-text-color: #161d27; /* --bgtabledark: #25282E;*/ } } @@ -70,7 +72,7 @@ footer { h1 { font-size: 4rem; text-align: center; - color: white; + color: var(--text); text-shadow: 2px 2px 10px black; } @@ -404,7 +406,7 @@ justify-content: center; div, button { font-family: 'Segoe UI', sans-serif; - color: #dddddd; + color: var(--text); }