style changes not changing the background color silly me
This commit is contained in:
parent
65209fd9b2
commit
aaa860d9dd
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user