From d3889d28819ab219ed3396a56ec86b19aa50e5c9 Mon Sep 17 00:00:00 2001 From: "Sophia.Bernert" <sophia.bernert@rbb-online.de> Date: Tue, 11 Mar 2025 13:26:08 +0100 Subject: [PATCH] Change css colours --- game/styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/game/styles.css b/game/styles.css index df8f492..e2648f6 100644 --- a/game/styles.css +++ b/game/styles.css @@ -11,12 +11,14 @@ --dark-blue: #035AA6; --yellow: #FFE6E6; --golden-yellow: #FAD0C4; + --rbb-red: #e31818; + --plain-white: #ffffff; } body { - background-color: var(--nice-blue); + background-color: var(--rbb-red); text-align: center; - color: var(--dark-blue); + color: var(--plain-white); } .game-container { -- GitLab