Skip to content

Commit 518f3b8

Browse files
authored
add hover to btn (#331)
1 parent b771b4f commit 518f3b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/fix.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
html.dark .green-button {
22
background-color: #273646;
3+
color: #00bda4;
4+
}
5+
6+
html.dark .green-button:hover {
7+
background-color: #000000;
38
}

0 commit comments

Comments
 (0)