From 73b91430de5ff4a18f7e116843681b5e39098f31 Mon Sep 17 00:00:00 2001 From: the_Globe Date: Mon, 21 Apr 2025 22:13:55 +0530 Subject: [PATCH] Update index.css change some colours --- 4-typing-game/solution/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/4-typing-game/solution/index.css b/4-typing-game/solution/index.css index c1767359..dcab6f52 100644 --- a/4-typing-game/solution/index.css +++ b/4-typing-game/solution/index.css @@ -1,3 +1,7 @@ +body{ + background-color: black; + color: white; +} .highlight { background-color: yellow; }