mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Fix play icon too faded out
This commit is contained in:
parent
4337c89ddf
commit
dc1a045de9
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ body:has(#modal-container .carousel) .status .media img:hover {
|
|||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
color: var(--text-insignificant-color);
|
||||
background-color: var(--backdrop-color);
|
||||
background-color: var(--bg-faded-blur-color);
|
||||
backdrop-filter: blur(6px) saturate(3) invert(0.2);
|
||||
display: flex;
|
||||
place-content: center;
|
||||
|
|
Loading…
Reference in a new issue