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