style button hover dark mode

This commit is contained in:
Stewart Allen 2024-07-29 21:52:45 -04:00
commit 31313f1209

View file

@ -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);
}