Skip to content

Commit

Permalink
fix awkward gradient cutoff on homepage in dar kmode (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsteer authored Apr 12, 2024
1 parent b4e9ede commit bf898df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
.bg-gradient-dark {
background: linear-gradient(
90deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.75) 50%,
rgba(0, 0, 0, 0) 100%
rgba(17, 17, 17, 0) 0%,
rgba(17, 17, 17, 0.75) 50%,
rgba(17, 17, 17, 0) 100%
),
linear-gradient(
180deg,
#000 0%,
rgba(0, 0, 0, 0) 40%,
rgba(0, 0, 0, 0) 60%,
#000 100%
#111 0%,
rgba(17, 17, 17, 0) 40%,
rgba(17, 17, 17, 0) 60%,
#111 100%
),
linear-gradient(
270deg,
Expand Down

0 comments on commit bf898df

Please sign in to comment.