]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix gradient
authorMark Otto <markdotto@gmail.com>
Thu, 3 Dec 2020 16:19:25 +0000 (08:19 -0800)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 4 Dec 2020 05:52:03 +0000 (07:52 +0200)
site/content/docs/5.0/examples/cheatsheet/cheatsheet.css

index e2018e91aa55d0ccedb8528a2423e44d6e86c64d..16ffb65be214b49f627e7af97e6c72223d268919 100644 (file)
@@ -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,