Skip to content

Commit

Permalink
update bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Sep 18, 2023
1 parent 772bd0f commit d56a07d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
grid-column: 1 / -1;
margin-top: var(--bt-size-16);
position: relative;
background: url("/src/assets/grid.svg") repeat, rgba(92, 92, 92, 0.2);
background: url("/src/assets/grid.svg") repeat, rgba(255, 255, 255, 0.2);
}

&__images {
Expand Down

0 comments on commit d56a07d

Please sign in to comment.