mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 11:15:43 +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%;
|
top: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
color: var(--text-insignificant-color);
|
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);
|
backdrop-filter: blur(6px) saturate(3) invert(0.2);
|
||||||
display: flex;
|
display: flex;
|
||||||
place-content: center;
|
place-content: center;
|
||||||
|
|
Loading…
Reference in a new issue