make buttons much clearer when hovered #1
@@ -21,6 +21,12 @@ button, input, textarea {
|
||||
color: lime;
|
||||
background-color: black;
|
||||
border: 1px solid lime;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: lime;
|
||||
color: black;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
||||
Reference in New Issue
Block a user