Skip to content

Commit

Permalink
softer blurs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Sep 16, 2023
1 parent b321b82 commit 76949d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/components/shapes.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
height: 220px;
flex-shrink: 0;
border-radius: 376px;
opacity: 0.18;
opacity: 0.16;
background: var(--primary-green, #5ce3fe);
filter: blur(100px);
z-index: -1;
}

.blur.green {
background: var(--primary-green, #6affaf);
opacity: 0.14;
opacity: 0.1;
}

0 comments on commit 76949d6

Please sign in to comment.