Skip to content

Commit 145713b

Browse files
Fix CSS variable syntax for radial gradient
1 parent 8ea0e19 commit 145713b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ main.container {
9191
position: absolute;
9292
width: 700px;
9393
height: 700px;
94-
background: radial-gradient(circle at var(-x) var(-y),
94+
background: radial-gradient(circle at var(--x) var(--y),
9595
rgba(255, 69, 155, 0.22), transparent 65%);
9696
bottom: -250px;
9797
right: -250px;

0 commit comments

Comments
 (0)