From 16ebe7b236bd5ca8761c1c9a77a1b8d0a1585357 Mon Sep 17 00:00:00 2001 From: donatien konan Date: Tue, 17 Dec 2024 16:23:13 +0000 Subject: [PATCH] Change letter grid background-color to yellow --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 24fde8d..15bf4b4 100644 --- a/static/style.css +++ b/static/style.css @@ -12,8 +12,8 @@ body { width: 24px; display: inline-block; text-align: center; - background-color: #333; - color: #eee; + background-color: #FFEB3B; + color: #666; } #form, #results { margin: 1em 0;