From 6939fb9f2037e663a85499f6304e05dccdf5b858 Mon Sep 17 00:00:00 2001 From: Best IPTV 375 Date: Fri, 22 Aug 2025 11:46:27 +0600 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 21a851a..c1090af 100644 --- a/style.css +++ b/style.css @@ -64,7 +64,7 @@ body { } .sidebar li:hover { - background: #ff5722; + background: grey; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6); /* Removed transform to fix the moving effect */ } @@ -119,7 +119,7 @@ marquee { } .controls button { - background: #ff5722; + background: grey; border: none; color: white; font-size: 14px; /* Reduced font size */