Fix button color so it doesn't look disabled when hovering over

This commit is contained in:
Maciej Witowski 2023-05-22 17:16:30 +02:00
parent 9321e0fd14
commit fff151f07e

View File

@ -66,7 +66,7 @@ button {
} }
button:hover { button:hover {
background-color: #555; background-color: #4c7eff;
} }
a:link { a:link {