Skip to content

Commit

Permalink
fix gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored and XhmikosR committed Dec 4, 2020
1 parent 082723f commit 53d861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/examples/cheatsheet/cheatsheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ body {
/* rtl:end:ignore */
z-index: -1;
content: "";
background-image: linear-gradient(to bottom, #fff calc(100% - 3rem), transparent);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) calc(100% - 3rem), rgba(255, 255, 255, .01));
}

.bd-cheatsheet article,
Expand Down

0 comments on commit 53d861c

Please sign in to comment.