mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 01:40:46 +02:00
Fix Mangaanames in lightmode being unreadable
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</template>
|
||||
<template #leading>
|
||||
<p class="mr-1">Downloaded:</p>
|
||||
<Icon v-if="chapter.downloaded" name="i-lucide-circle-check-big" class="stroke-green-500" />
|
||||
<Icon v-if="chapter.downloaded" name="i-lucide-circle-check-big" />
|
||||
<Icon v-else name="i-lucide-circle-x" />
|
||||
</template>
|
||||
<template #footer>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
backdrop-filter: blur(2px) brightness(70%);
|
||||
-webkit-backdrop-filter: blur(2px) brightness(70%);
|
||||
">
|
||||
<p class="p-3 text-xl font-semibold max-h-full overflow-clip text-shadow-lg">{{ manga?.name }}</p>
|
||||
<p class="p-3 text-xl font-semibold max-h-full overflow-clip text-shadow-lg text-white">{{ manga?.name }}</p>
|
||||
</div>
|
||||
<LazyNuxtImg
|
||||
:src="`${$config.public.openFetch.api.baseURL}v2/Manga/${manga.key}/Cover/Medium`"
|
||||
|
Reference in New Issue
Block a user