mirror of
https://github.com/mmahdium/TBW.git
synced 2025-12-20 04:33:54 +01:00
Update theme to 🎃
This commit is contained in:
@@ -33,7 +33,7 @@ const alreadyAdded = computed(() => store.mediaList.some((media) => media.Id ===
|
|||||||
:src="props.media.PosterPath"
|
:src="props.media.PosterPath"
|
||||||
:alt="props.media.Title"
|
:alt="props.media.Title"
|
||||||
size="w300"
|
size="w300"
|
||||||
class="w-full h-full object-cover transform transition-transform duration-500 hover:scale-105"
|
class="w-full h-full object-cover transform transition-transform duration-500 hover:scale-101"
|
||||||
/>
|
/>
|
||||||
<!-- Glassy gradient shadow overlay -->
|
<!-- Glassy gradient shadow overlay -->
|
||||||
<div
|
<div
|
||||||
@@ -54,7 +54,7 @@ const alreadyAdded = computed(() => store.mediaList.some((media) => media.Id ===
|
|||||||
class="block"
|
class="block"
|
||||||
>
|
>
|
||||||
<h2
|
<h2
|
||||||
class="card-title text-base font-semibold bg-gradient-to-r from-base-content/70 to-base-content/50 bg-clip-text text-transparent break-words"
|
class="card-title text-base font-semibold bg-gradient-to-r from-base-content to-base-content/75 bg-clip-text text-transparent break-words"
|
||||||
>
|
>
|
||||||
{{ props.media.Title }}
|
{{ props.media.Title }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
@@ -34,7 +34,10 @@ window.addEventListener('scroll', () => {
|
|||||||
class="text-center text-base-content/60 py-12 bg-base-300/60 rounded-lg border border-base-content/20"
|
class="text-center text-base-content/60 py-12 bg-base-300/60 rounded-lg border border-base-content/20"
|
||||||
>
|
>
|
||||||
No media found.<br />
|
No media found.<br />
|
||||||
<RouterLink to="/add" class="text-base-content/70 font-semibold hover:text-base-content transition">
|
<RouterLink
|
||||||
|
to="/add"
|
||||||
|
class="text-base-content/70 font-semibold hover:text-base-content transition"
|
||||||
|
>
|
||||||
Add media
|
Add media
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -87,7 +87,9 @@ const alreadyAdded = computed(() =>
|
|||||||
</p>
|
</p>
|
||||||
<p class="font-semibold text-base-content/90">
|
<p class="font-semibold text-base-content/90">
|
||||||
Language:
|
Language:
|
||||||
<span class="text-base-content/70">{{ props.tvSeries!.SpokenLanguages[0]?.englishName }}</span>
|
<span class="text-base-content/70">{{
|
||||||
|
props.tvSeries!.SpokenLanguages[0]?.englishName
|
||||||
|
}}</span>
|
||||||
</p>
|
</p>
|
||||||
<p class="font-semibold text-base-content/90">
|
<p class="font-semibold text-base-content/90">
|
||||||
First Air Date:
|
First Air Date:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import 'tailwindcss';
|
@import 'tailwindcss';
|
||||||
@plugin "daisyui" {
|
@plugin "daisyui" {
|
||||||
themes: forest --default;
|
themes: halloween --default;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -90,9 +90,9 @@
|
|||||||
.gradient-text {
|
.gradient-text {
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
90deg,
|
90deg,
|
||||||
oklch(68.628% 0.185 148.958) 0%,
|
oklch(77.48% 0.204 60.62) 0%,
|
||||||
/* primary */ oklch(69.776% 0.135 168.327) 50%,
|
/* primary */ oklch(45.98% 0.248 305.03) 50%,
|
||||||
/* secondary */ oklch(70.628% 0.119 185.713) 100% /* accent */
|
/* secondary */ oklch(77.48% 0.204 60.62) 100% /* accent */
|
||||||
);
|
);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
|
|||||||
Reference in New Issue
Block a user