From 0be9ac2df5ab0e901be99895922fd65286bdefb4 Mon Sep 17 00:00:00 2001 From: Tomasz Date: Fri, 18 Oct 2024 13:51:18 +0200 Subject: [PATCH] test --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index abd2cde..e30f492 100644 --- a/css/style.css +++ b/css/style.css @@ -21,7 +21,7 @@ padding: 10px 15px; font-size: 16px; cursor: pointer; - background-color: lightgray; + background-color: whitesmoke; border: 1px solid black; border-radius: 4px; transition: background-color 0.3s, color 0.3s, border 0.3s;