background legibility

This commit is contained in:
Levi 2024-06-09 20:56:47 +02:00
parent e7d1382723
commit fcc4bab2d3

View file

@ -44,16 +44,14 @@
} }
.detailRibbon { .detailRibbon {
background: rgba(32, 32, 32, 0.6); background: none;
} }
.backdropContainer { .backdropContainer {
filter: filter:
blur(5px) saturate(140%) contrast(120%) brightness(80%); blur(8px) saturate(140%) contrast(120%) brightness(65%);
mask-image: mask-image: none;
linear-gradient(180deg, #000, rgba(0, 0, 0, 0.25)); -webkit-mask-image: none;
-webkit-mask-image:
linear-gradient(180deg, #000, rgba(0, 0, 0, 0.25));
} }
/* --- Header Padding --- */ /* --- Header Padding --- */
@ -149,7 +147,7 @@
} }
.button-link { .button-link {
color: var(--default-blue-1) !important; color: #fff !important;
} }
.emby-input:focus, .emby-input:focus,