Skip to content

Commit fa1edaf

Browse files
committed
fixed gradient
1 parent 165d764 commit fa1edaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body::after {
3333
width: 100%;
3434
height: 256px;
3535
content: "";
36-
background: linear-gradient(to bottom, transparent, #f1f1f1);
36+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f1f1f1);
3737
pointer-events: none;
3838
}
3939

0 commit comments

Comments
 (0)