{data.collection.name}
diff --git a/src/components/TvDetails/index.tsx b/src/components/TvDetails/index.tsx
index 3a905dbdf7..d5240ce9fd 100644
--- a/src/components/TvDetails/index.tsx
+++ b/src/components/TvDetails/index.tsx
@@ -486,13 +486,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
fill
priority
/>
-
+
)}
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 00793a42bb..3b53c5fcf6 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -132,6 +132,22 @@
z-index: -10;
}
+ .media-page-bg-overlay {
+ background-image: linear-gradient(
+ 180deg,
+ rgba(17, 24, 39, 0.47) 0%,
+ rgba(17, 24, 39, 1) 100%
+ );
+ }
+
+ .media-collection-card-overlay {
+ background-image: linear-gradient(
+ 180deg,
+ rgba(31, 41, 55, 0.47) 0%,
+ rgba(31, 41, 55, 0.8) 100%
+ );
+ }
+
.media-header {
@apply flex flex-col items-center pt-4 xl:flex-row xl:items-end;
}
diff --git a/src/styles/theme-light.css b/src/styles/theme-light.css
index d25ed752e0..663a24542f 100644
--- a/src/styles/theme-light.css
+++ b/src/styles/theme-light.css
@@ -154,6 +154,36 @@ html.theme-light .title-card-overlay {
) !important;
}
+html.theme-light .media-page-bg-overlay {
+ background-image: linear-gradient(
+ 180deg,
+ rgb(var(--color-gray-900) / 0.35) 0%,
+ rgb(var(--color-gray-900) / 0.75) 58%,
+ rgb(var(--color-gray-900)) 100%
+ );
+}
+
+html.theme-light .media-collection-card {
+ background-color: #1f2937;
+ --tw-ring-color: #374151;
+}
+
+html.theme-light .media-collection-card:hover {
+ --tw-ring-color: #6b7280;
+}
+
+html.theme-light
+ .media-collection-card
+ :where([class~='text-gray-200']) {
+ color: #e5e7eb;
+}
+
+html.theme-light
+ .media-collection-card:hover
+ :where([class~='group-hover:text-white']) {
+ color: #ffffff;
+}
+
html.theme-light .company-card {
background-color: #1f2937;
--tw-ring-color: #374151;