background legibility
This commit is contained in:
parent
e7d1382723
commit
fcc4bab2d3
1 changed files with 5 additions and 7 deletions
12
style.css
12
style.css
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue