nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.76k stars 484 forks source link

docs: fix title color in light mode #3227

Closed stone-zeng closed 1 week ago

stone-zeng commented 1 week ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

The color of Internationalization or i18n is white so it will disappear in light mode:

image

Note that the parent <h1> already has dark:text-white (in <template #title>) so I simply remove the class in <span>.

๐Ÿ“ Checklist

BobbieGoede commented 1 week ago

Thank you!