Skip to content

Commit e1ed031

Browse files
authored
Update for light mode hover
1 parent 6c8ff61 commit e1ed031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/theme/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,8 @@ code:hover {
725725
div[class*='language-'] code:hover,
726726
pre[class*='language-'] code:hover {
727727
background-color: transparent !important;
728-
color: var(--vp-code-color) !important;
729-
-webkit-text-fill-color: var(--vp-code-color) !important;
728+
color: inherit !important;
729+
-webkit-text-fill-color: inherit !important;
730730
transform: none !important;
731731
box-shadow: none !important;
732732
border-color: transparent !important;

0 commit comments

Comments
 (0)