Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2020-12-03 19:19:25 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-04 08:52:03 +0300
commit53d861c814eab1d00f4420ffd4208f3f9c2849b0 (patch)
tree09e2126611cd01e99b93a124cee88a1162242690
parent082723f3f4c12b7f5ca85aa1ebfe34b63ddb9d8c (diff)
fix gradient
-rw-r--r--site/content/docs/5.0/examples/cheatsheet/cheatsheet.css2
1 files changed, 1 insertions, 1 deletions
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,