hover animations for all buttons

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

View File

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