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 */