Skip to content

Commit 8033dde

Browse files
Adjust background gradient transparency in styles.css
1 parent 5355d85 commit 8033dde

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +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 60%);
94+
background: radial-gradient(circle, rgba(255, 155, 155, 0.16), transparent 50%);
95+
opacity: 0.3;
9596
bottom: -250px;
9697
right: -250px;
9798
filter: blur(50px);

0 commit comments

Comments
 (0)