removing the button hover, because it is not needed and is breaking code.

This commit is contained in:
Sevi 2024-11-05 15:15:48 -08:00 committed by GitHub
parent 335a218b33
commit fb3c49b59c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,11 +63,6 @@ button, .source-btn, .dsc-btn, .clr-btn {
display: inline-block;
transition: background-color 0.3s ease, transform 0.3s ease;
}
button:hover {
background-color: #45a049;
transform: scale(1.05);
}
.clr-btn:hover {
background-color: #ff3c00;
transform: scale(1.05);