Fix button color so it doesn't look disabled when hovering over
This commit is contained in:
@@ -66,7 +66,7 @@ button {
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #555;
|
||||
background-color: #4c7eff;
|
||||
}
|
||||
|
||||
a:link {
|
||||
|
||||
Reference in New Issue
Block a user