mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Adjust OSD color for WCAG compliance
This commit is contained in:
parent
1812df57ad
commit
02015aaa9c
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background: linear-gradient(0deg, rgba(16, 16, 16, 0.6) 0%, rgba(16, 16, 16, 0) 100%);
|
background: linear-gradient(0deg, rgba(16, 16, 16, 0.75) 0%, rgba(16, 16, 16, 0) 100%);
|
||||||
padding-top: 7.5em;
|
padding-top: 7.5em;
|
||||||
padding-bottom: 1.75em;
|
padding-bottom: 1.75em;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
transition: opacity 0.3s ease-out;
|
transition: opacity 0.3s ease-out;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background: linear-gradient(180deg, rgba(16, 16, 16, 0.6) 0%, rgba(16, 16, 16, 0) 100%);
|
background: linear-gradient(180deg, rgba(16, 16, 16, 0.75) 0%, rgba(16, 16, 16, 0) 100%);
|
||||||
backdrop-filter: none;
|
backdrop-filter: none;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
height: 7.5em;
|
height: 7.5em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue