diff options
| author | Gaƫl Poupard <[email protected]> | 2020-12-03 15:08:31 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-12-04 07:52:03 +0200 |
| commit | 0a141dae94eb9efa301beeb55eed4ebc56e20e44 (patch) | |
| tree | 558c8d7a46a534dd30be0b449675c2293ea31f09 /site/content/docs | |
| parent | 53d861c814eab1d00f4420ffd4208f3f9c2849b0 (diff) | |
| download | bootstrap-0a141dae94eb9efa301beeb55eed4ebc56e20e44.tar.xz bootstrap-0a141dae94eb9efa301beeb55eed4ebc56e20e44.zip | |
chore(dist): generate dist files
Diffstat (limited to 'site/content/docs')
| -rw-r--r-- | site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css b/site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css index 01a2e31b8..6d66a1d5d 100644 --- a/site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css +++ b/site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css @@ -146,7 +146,7 @@ body { left: 0; 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, |
