We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b771b4f commit 518f3b8Copy full SHA for 518f3b8
assets/fix.css
@@ -1,3 +1,8 @@
1
html.dark .green-button {
2
background-color: #273646;
3
+ color: #00bda4;
4
+}
5
+
6
+html.dark .green-button:hover {
7
+ background-color: #000000;
8
}
0 commit comments