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.
1 parent 6c8ff61 commit e1ed031Copy full SHA for e1ed031
docs/.vitepress/theme/style.css
@@ -725,8 +725,8 @@ code:hover {
725
div[class*='language-'] code:hover,
726
pre[class*='language-'] code:hover {
727
background-color: transparent !important;
728
- color: var(--vp-code-color) !important;
729
- -webkit-text-fill-color: var(--vp-code-color) !important;
+ color: inherit !important;
+ -webkit-text-fill-color: inherit !important;
730
transform: none !important;
731
box-shadow: none !important;
732
border-color: transparent !important;
0 commit comments