style button hover dark mode
This commit is contained in:
parent
a4d1af0ca9
commit
31313f1209
1 changed files with 4 additions and 0 deletions
|
|
@ -134,6 +134,10 @@ button {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
.dark button:hover {
|
||||
background-color: rgba(220,220,220,1);
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: rgba(210,210,210,1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue