light-ify buttons

This commit is contained in:
blek 2023-09-06 21:18:59 +10:00
parent 4158bfdb7b
commit 8947612aea
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 7 additions and 0 deletions

View File

@ -65,6 +65,13 @@ input[type=text] {
}
button {
background-color: #f9f9f9;
border-color: #c1c1c1;
}
button:hover {
background: #f0f0f0;
}
button:active {
background: #e6e6e6;
}
}