Skip to content

Commit b2aaaf8

Browse files
committed
revert: restore original style.css before CSS changes
https://claude.ai/code/session_0146mVomWtPuDpvbHcB6VQwy
1 parent 147d6e6 commit b2aaaf8

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/.vitepress/theme/style.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
--vp-button-brand-text: #ffffff;
66
--vp-button-brand-bg-hover: #a83232;
77
--vp-button-brand-border-hover: #a83232;
8-
--vp-c-brand-1: #d03c4a;
9-
--vp-c-brand-2: #a83232;
10-
--vp-c-brand-3: #d03c4a;
118
}
129

1310
.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;
11+
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;
1718
}

0 commit comments

Comments
 (0)