style changes not changing the background color silly me

This commit is contained in:
Sevi 2024-12-03 02:14:59 -08:00
parent 65209fd9b2
commit aaa860d9dd

View File

@ -21,7 +21,7 @@ body.dark-mode {
}
header {
background-color: #4caf50;
background-color: #8ffef8;
color: white;
padding: 20px 0;
text-align: center;
@ -65,6 +65,9 @@ button, .source-btn, .dsc-btn, .clr-btn {
display: inline-block;
transition: background-color 0.3s ease, transform 0.3s ease;
}
.clientbutton button {
background-color: #0095ff;
}
button:hover {
transform: scale(1.05)
}