Skip to content

Commit 406bc94

Browse files
Update radial-gradient colors in styles.css
1 parent 8033dde commit 406bc94

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styles.css

Lines changed: 3 additions & 3 deletions
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(255, 255, 0, 0.22), transparent 65%);
82+
rgba(255, 165, 0, 0.3), transparent 65%);
8383
top: -300px;
8484
left: -300px;
8585
filter: blur(42px);
@@ -91,8 +91,8 @@ main.container {
9191
position: absolute;
9292
width: 700px;
9393
height: 700px;
94-
background: radial-gradient(circle, rgba(255, 155, 155, 0.16), transparent 50%);
95-
opacity: 0.3;
94+
background: radial-gradient(circle at var(-x) var(-y),
95+
rgba(255, 69, 155, 0.22), transparent 65%);
9696
bottom: -250px;
9797
right: -250px;
9898
filter: blur(50px);

0 commit comments

Comments
 (0)