Skip to content

Commit 0052562

Browse files
authored
update
1 parent 6935eb0 commit 0052562

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/.vitepress/theme/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
border-color: var(--vp-button-brand-border-hover);
1313
}
1414

15+
.VPButton.brand[data-v-fa7799d5]:hover {
16+
background-color: var(--vp-button-brand-bg-hover);
17+
border-color: var(--vp-button-brand-border-hover);
18+
color: var(--vp-button-brand-text);
19+
}
20+
1521
button:hover {
1622
background-color: darkred;
1723
}

0 commit comments

Comments
 (0)