Skip to content

Commit 5355d85

Browse files
Change gradient color in styles.css
1 parent ef257c4 commit 5355d85

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
@@ -79,7 +79,7 @@ main.container {
7979
width: 1000px;
8080
height: 1000px;
8181
background: radial-gradient(circle at var(-x) var(-y),
82-
rgba(0, 217, 255, 0.22), transparent 65%);
82+
rgba(255, 255, 0, 0.22), transparent 65%);
8383
top: -300px;
8484
left: -300px;
8585
filter: blur(42px);

0 commit comments

Comments
 (0)