From: Mark Otto Date: Thu, 3 Dec 2020 16:19:25 +0000 (-0800) Subject: fix gradient X-Git-Tag: v5.0.0-beta1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53d861c814eab1d00f4420ffd4208f3f9c2849b0;p=thirdparty%2Fbootstrap.git fix gradient --- diff --git a/site/content/docs/5.0/examples/cheatsheet/cheatsheet.css b/site/content/docs/5.0/examples/cheatsheet/cheatsheet.css index e2018e91aa..16ffb65be2 100644 --- a/site/content/docs/5.0/examples/cheatsheet/cheatsheet.css +++ b/site/content/docs/5.0/examples/cheatsheet/cheatsheet.css @@ -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,