diff options
| author | Gaƫl Poupard <[email protected]> | 2021-02-15 20:06:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-15 21:06:57 +0200 |
| commit | b7bd0943513334897c6566b99d24be887c780914 (patch) | |
| tree | 7a4df02a0dca385a64e944fb7e3aca3c2e630dc4 | |
| parent | 03e7d6328c4f8139600acb477c1379d926a0ddd0 (diff) | |
| download | bootstrap-b7bd0943513334897c6566b99d24be887c780914.tar.xz bootstrap-b7bd0943513334897c6566b99d24be887c780914.zip | |
docs(examples): typo in offcanvas example in .bg-body (#33092)
Caught by pa11y-ci on Boosted (because of insufficient contrasts) :heart:
| -rw-r--r-- | site/content/docs/5.0/examples/offcanvas/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/examples/offcanvas/index.html b/site/content/docs/5.0/examples/offcanvas/index.html index c25c6a116..9aed0aed7 100644 --- a/site/content/docs/5.0/examples/offcanvas/index.html +++ b/site/content/docs/5.0/examples/offcanvas/index.html @@ -46,7 +46,7 @@ body_class: "bg-light" </div> </nav> -<div class="nav-scroller bg--body shadow-sm"> +<div class="nav-scroller bg-body shadow-sm"> <nav class="nav nav-underline" aria-label="Secondary navigation"> <a class="nav-link active" aria-current="page" href="#">Dashboard</a> <a class="nav-link" href="#"> |
