Skip to content

Commit 89e9810

Browse files
committed
Fix blur gradient color to match card background
1 parent 82b0869 commit 89e9810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ tbody tr:hover {
15721572
left: 0;
15731573
right: 0;
15741574
height: 120px;
1575-
background: linear-gradient(transparent 0%, rgba(30,30,40,0.85) 70%, var(--bg-card) 100%);
1575+
background: linear-gradient(transparent, var(--bg-card));
15761576
pointer-events: none;
15771577
}
15781578

0 commit comments

Comments
 (0)