From 77632fe1928b5d2617dacbcba2a07e639d7e719b Mon Sep 17 00:00:00 2001 From: nicholasbrowndesigns Date: Fri, 17 Apr 2026 17:39:45 +0100 Subject: [PATCH] Changed Card Background Background colour changed. Not the card background. --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index a8d27e2..642c08a 100644 --- a/styles.css +++ b/styles.css @@ -6,7 +6,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; - background-color: #f5f5f5; + background-color: #3d3d3d; display: flex; justify-content: center; align-items: center;