add hover effect for buttons
This commit is contained in:
parent
87675ec213
commit
f7173e4754
@ -193,6 +193,10 @@ button {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #252525;
|
||||
}
|
||||
|
||||
hr.dotted {
|
||||
border-top: 3px dotted #bbb;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user