From c075059b6c32c2d374f70b50cced6f84ed3f02c4 Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Sat, 30 Nov 2024 09:37:52 -0800 Subject: [PATCH] Update css/styles.css --- css/styles.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index 2a55f15..e378f9e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -65,9 +65,6 @@ button, .source-btn, .dsc-btn, .clr-btn { display: inline-block; transition: background-color 0.3s ease, transform 0.3s ease; } -.clientbutton { - background-color: #0095ff !important; -} button:hover { transform: scale(1.05) }