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