From 6916ca9dc49dae20eb2e6c982fee62709f0e590a Mon Sep 17 00:00:00 2001 From: integrating-magic Date: Thu, 19 Sep 2024 11:35:26 -0400 Subject: [PATCH] added color --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 9cc0e20..7ee119b 100644 --- a/src/style.css +++ b/src/style.css @@ -74,7 +74,7 @@ button { } .menu-item.hovered { - background-color: #d0d0d0; + background-color: blue; transform: scale(1.08); }