Skip to content

Commit

Permalink
fix: light mode text hover
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Nov 16, 2024
1 parent 6fc2b28 commit 84544ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .web/docs/.vitepress/theme/components/Extensions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
:class="{
'bg-white dark:bg-gray-900 text-vp-c-brand dark:text-white font-semibold ring-2 ring-white/50 dark:ring-gray-700 ring-offset-2 ring-offset-vp-c-brand':
searchMode === 'go-modules',
' hover:text-white hover:bg-white/10':
' hover:text-[var(--vp-c-text-2)] hover:bg-white/10':
searchMode !== 'go-modules',
}"
class="px-6 py-2.5 rounded-md transition-all duration-200 cursor-pointer flex items-center gap-2"
Expand Down

0 comments on commit 84544ea

Please sign in to comment.