From 4a58db116a432af03cd74d5d91fc5c5cb952c86a Mon Sep 17 00:00:00 2001 From: Sevi <149007003+sevithescss@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:27:11 -0700 Subject: [PATCH] trying to change the color of the div :( --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 64bc450..6a106a0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -36,7 +36,7 @@ main { .darkmodediv { padding-left: 480px; padding-right: 480px; - background-color: #8d8d8d; + background: #8d8d8d; } .counter, .info, .clients, .danger-zone {