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 e943d63 commit 412d4f3Copy full SHA for 412d4f3
docs/.vitepress/theme/style.css
@@ -10,4 +10,8 @@
10
.VPButton.brand[data-v-2dba8ca9]:hover {
11
background-color: var(--vp-button-brand-bg-hover);
12
border-color: var(--vp-button-brand-border-hover);
13
+}
14
+
15
+button:hover {
16
+ background-color: darkred;
17
}
0 commit comments