Skip to content

Commit

Permalink
Refactor noise background opacity for better readability and maintain…
Browse files Browse the repository at this point in the history
…ability
  • Loading branch information
IgorKowalczyk committed Sep 28, 2024
1 parent 002186e commit 2e7fb4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ body[data-scroll-locked] {
}

.noise {
@apply bg-repeat opacity-20;
@apply bg-repeat;
opacity: 0.02;
background-image: url(/assets/noise.png);
background-size: 182px;
display: var(--hidden);
Expand Down

0 comments on commit 2e7fb4d

Please sign in to comment.