Skip to content

Commit fccfd0a

Browse files
authored
add hover to btns (#335)
1 parent 7bc31ad commit fccfd0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/fix.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ html.dark .black-button {
44
color: #ffffff !important;
55
}
66

7-
html.dark .green-button:hover {
7+
html.dark .green-button:hover,
8+
html.dark .black-button:hover{
89
background-color: #000000;
910
}

0 commit comments

Comments
 (0)