Skip to content

Commit

Permalink
docs: fix title color in light mode (#3227)
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng authored Nov 14, 2024
1 parent c0532a9 commit 04553ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const { copy, copied } = useClipboard({ source })

<template #title>
<p>
<span class="text-white md:hidden">i18n</span>
<span class="text-white hidden md:block">Internationalization</span>
<span class="md:hidden">i18n</span>
<span class="hidden md:block">Internationalization</span>
for
<span class="text-primary">Nuxt Applications</span>
</p>
Expand Down

0 comments on commit 04553ae

Please sign in to comment.