From 7b178f6613030d7232cdb0b940fc52e9de18715a Mon Sep 17 00:00:00 2001 From: Dean <76669949+CrashGlxyGame@users.noreply.github.com> Date: Sat, 13 Apr 2024 18:00:03 -0400 Subject: [PATCH] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index aa31325..9501ca6 100644 --- a/style.css +++ b/style.css @@ -12,7 +12,7 @@ html { margin: 0 auto; border: 1px solid #054cbe; border-radius: 5px; - background-color: rgb(221, 221, 221); + background-color: #054cbe; padding: 10px; }