[web] Tweak large tile gradient to work better in light mode

When no thumbnail is shown, e.g. for empty uncat
This commit is contained in:
Manav Rathi
2025-02-12 10:54:56 +05:30
parent 71e419ac20
commit fe4b0ded71

View File

@@ -201,9 +201,11 @@ export const LargeTileTextOverlay = styled(Overlay)`
padding: 8px;
color: white;
background: linear-gradient(
0deg,
-10deg,
rgba(0, 0, 0, 0.1) 0%,
rgba(0, 0, 0, 0.5) 86%
rgba(0, 0, 0, 0.2) 50%,
rgba(0, 0, 0, 0.4) 60%,
rgba(0, 0, 0, 0.6) 100%
);
`;