Skip to content

Commit a85a991

Browse files
committed
fix: link hover
1 parent 376e507 commit a85a991

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,10 @@ pre .line {
9999

100100
.DocSearch-Button:hover {
101101
border: 1px solid hsl(0 0% 14%);
102+
}
103+
104+
@media (hover: hover) {
105+
.vp-doc a:hover {
106+
color: #00ffd0;
107+
}
102108
}

0 commit comments

Comments
 (0)