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 d266f98 commit e4e478eCopy full SHA for e4e478e
1 file changed
app/pages/search.vue
@@ -723,7 +723,7 @@ defineOgImageComponent('Default', {
723
</div>
724
<NuxtLink
725
:to="{ name: 'package', params: { package: [query] } }"
726
- class="shrink-0 px-4 py-2 font-mono text-sm text-bg bg-fg rounded-md hover:text-fg-subtle focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
+ class="shrink-0 px-4 py-2 font-mono text-sm text-bg bg-fg rounded-md hover:bg-fg/90 hover:text-bg focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
727
>
728
{{ $t('search.not_invalid_button_label', { name: query }) }}
729
</NuxtLink>
0 commit comments