Skip to content

Commit

Permalink
style: increase opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Feb 7, 2024
1 parent 82e4ea7 commit 882d440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/hero/hero.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
width: 100%;
height: 100%;
background-image: radial-gradient(
var(--color-neutral-100) 10%,
var(--color-neutral-200) 10%,
transparent 11%
),
radial-gradient(var(--color-neutral-100) 10%, transparent 11%);
radial-gradient(var(--color-neutral-200) 10%, transparent 11%);
background-position:
0 0,
20px 20px;
Expand Down

0 comments on commit 882d440

Please sign in to comment.