From 5d834093be2cbb9ee5f69b40db83db64041cf61b Mon Sep 17 00:00:00 2001 From: Leocraft1 Date: Sun, 28 Sep 2025 12:09:55 +0200 Subject: [PATCH] Input start livebus piu scuri --- start_menu/servizi/start-livebus/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start_menu/servizi/start-livebus/css/style.css b/start_menu/servizi/start-livebus/css/style.css index 63ac77b..fa929aa 100644 --- a/start_menu/servizi/start-livebus/css/style.css +++ b/start_menu/servizi/start-livebus/css/style.css @@ -58,7 +58,7 @@ p { border: 1px solid #ccc; border-radius: 8px; transition: border-color 0.3s ease; - background-color: gray; + background-color: rgb(60, 60, 60); color: white; } @@ -125,7 +125,7 @@ tr:hover td { } button { - background-color: gray; + background-color: rgb(60, 60, 60); color: white; border: none; padding: 10px 20px;