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.
2 parents a8f6f5a + fd6b10f commit 373b543Copy full SHA for 373b543
1 file changed
docs/.vitepress/theme/style.css
@@ -1,18 +1,11 @@
1
:root {
2
--vp-home-hero-name-color: #d03c4a;
3
+ --vp-c-brand-1: #d03c4a;
4
+ --vp-c-brand-2: #a83232;
5
+ --vp-c-brand-3: #d03c4a;
6
--vp-button-brand-bg: #d03c4a;
7
--vp-button-brand-border: #d03c4a;
8
--vp-button-brand-text: #ffffff;
9
--vp-button-brand-bg-hover: #a83232;
10
--vp-button-brand-border-hover: #a83232;
11
}
-
-.VPButton.brand:hover {
- background-color: var(--vp-button-brand-bg-hover);
12
- border-color: var(--vp-button-brand-border-hover);
13
- color: var(--vp-button-brand-text);
14
-}
15
16
-button:hover {
17
- background-color: darkred;
18
0 commit comments