Skip to content

Commit

Permalink
fix: code block purple background on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
justserdar committed Mar 2, 2025
1 parent c9473ca commit d1d2fa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -750,4 +750,10 @@ p code:hover, li code:hover {
border-radius: 8px;
overflow-x: auto;
}
}

.language-bash code:hover {
background-color: initial !important;
color: initial !important;
-webkit-text-fill-color: initial !important;
}

0 comments on commit d1d2fa4

Please sign in to comment.