style: add text-shadow to plugin card descriptions

This commit is contained in:
jxxghp
2024-07-14 17:19:36 +08:00
parent 4da24e27a4
commit 8b0e47103c
2 changed files with 2 additions and 2 deletions

View File

@@ -415,7 +415,7 @@ watch(
{{ props.plugin?.plugin_name }}
<span class="text-sm mt-1 text-gray-200">v{{ props.plugin?.plugin_version }}</span>
</VCardTitle>
<VCardText class="px-2 text-white">
<VCardText class="px-2 text-white text-shadow">
{{ props.plugin?.plugin_desc }}
</VCardText>
</div>