Skip to content

Commit

Permalink
style: lower opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Feb 8, 2024
1 parent f7302de commit d4cc24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/source/source.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
& .wrapper {
position: relative;
padding: 0 20px 40px;
background: linear-gradient(transparent, var(--color-neutral-100));
background: linear-gradient(transparent, rgb(24 24 27 / 80%));
border-radius: 0 0 20px 20px;

&::after {
Expand All @@ -17,7 +17,7 @@
background: linear-gradient(
90deg,
transparent,
var(--color-neutral-300),
var(--color-neutral-400),
transparent
);
transform: translateX(-50%);
Expand Down

0 comments on commit d4cc24e

Please sign in to comment.