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