Updated styles to work

This commit is contained in:
Tracker-Friendly 2024-02-16 17:20:30 +00:00
parent 706e8b8c4e
commit 794427f3b3
1 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,10 @@ button {
margin-left: auto;
}
button:hover {
background-color: rgb(40, 150, 179);
}
button:hover {
text-decoration: underline;
}