Skip to content

Commit

Permalink
style: change dividers
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Feb 7, 2024
1 parent 182a8c7 commit 8471a3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/hero/hero.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
background: linear-gradient(
90deg,
transparent,
transparent,
var(--color-neutral-200),
var(--color-neutral-300)
);
}
Expand All @@ -52,6 +54,8 @@
background: linear-gradient(
90deg,
var(--color-neutral-300),
var(--color-neutral-200),
transparent,
transparent
);
}
Expand Down

0 comments on commit 8471a3c

Please sign in to comment.