From 1d0cc3390e871ab66936245218855e04227e3da8 Mon Sep 17 00:00:00 2001 From: donatien konan Date: Wed, 18 Dec 2024 20:41:49 +0000 Subject: [PATCH] background-color: #bcd8ba --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 4ccddbc..97d8092 100644 --- a/static/style.css +++ b/static/style.css @@ -12,7 +12,7 @@ body { width: 24px; display: inline-block; text-align: center; - background-color: #4bff3b; + background-color: #bcd8ba; color: #666; }