diff options
| author | Mark Otto <[email protected]> | 2023-01-10 16:33:33 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-10 16:33:33 -0800 |
| commit | f40e76d1f77c020be337d4244c7cfb13a2b5bd9c (patch) | |
| tree | 4f02a6c2c48caf6bfe9e3f19c3cea3ca5f92d2ca /site/layouts/_default/examples.html | |
| parent | 3fc305b2de2a86afa3660bf1aecb4a15ceb53ffd (diff) | |
| download | bootstrap-f40e76d1f77c020be337d4244c7cfb13a2b5bd9c.tar.xz bootstrap-f40e76d1f77c020be337d4244c7cfb13a2b5bd9c.zip | |
Update snippet examples for dark mode (#37834)
* Update snippet examples for dark mode
* Fix markup
* Review comments
* undo colored links docs from this PR
Diffstat (limited to 'site/layouts/_default/examples.html')
| -rw-r--r-- | site/layouts/_default/examples.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html index 2700bcc0c..9848ae9be 100644 --- a/site/layouts/_default/examples.html +++ b/site/layouts/_default/examples.html @@ -36,6 +36,7 @@ } .b-example-divider { + width: 100%; height: 3rem; background-color: rgba(0, 0, 0, .1); border: solid rgba(0, 0, 0, .15); |
