clientbutton div color

This commit is contained in:
Sevi 2024-11-30 06:13:47 -08:00
parent c171c57ae3
commit f8f283c11e

View File

@ -65,6 +65,9 @@ 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)
} }