Update css/styles.css

This commit is contained in:
clashofclanselixircollector 2024-11-30 09:37:52 -08:00
parent f8f283c11e
commit c075059b6c

View File

@ -65,9 +65,6 @@ button, .source-btn, .dsc-btn, .clr-btn {
display: inline-block; display: inline-block;
transition: background-color 0.3s ease, transform 0.3s ease; transition: background-color 0.3s ease, transform 0.3s ease;
} }
.clientbutton {
background-color: #0095ff !important;
}
button:hover { button:hover {
transform: scale(1.05) transform: scale(1.05)
} }