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 147d6e6 commit b2aaaf8Copy full SHA for b2aaaf8
1 file changed
docs/.vitepress/theme/style.css
@@ -5,13 +5,14 @@
5
--vp-button-brand-text: #ffffff;
6
--vp-button-brand-bg-hover: #a83232;
7
--vp-button-brand-border-hover: #a83232;
8
- --vp-c-brand-1: #d03c4a;
9
- --vp-c-brand-2: #a83232;
10
- --vp-c-brand-3: #d03c4a;
11
}
12
13
.VPButton.brand:hover {
14
- background-color: var(--vp-button-brand-bg-hover) !important;
15
- border-color: var(--vp-button-brand-border-hover) !important;
16
- color: var(--vp-button-brand-text) !important;
+ background-color: var(--vp-button-brand-bg-hover);
+ border-color: var(--vp-button-brand-border-hover);
+ color: var(--vp-button-brand-text);
+}
+
+button:hover {
17
+ background-color: darkred;
18
0 commit comments