diff options
| author | Mark Otto <[email protected]> | 2016-10-30 13:37:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-30 13:37:11 -0700 |
| commit | c9dc04b4f50ee78ca9cd513b5832245c2ab64c95 (patch) | |
| tree | 1d1f150f9d20e0e63c2f194678c760c0091d8373 /docs/dist/css/bootstrap-flex.css | |
| parent | 9ff198968beef610e87dce9f0ccde284369698af (diff) | |
| download | bootstrap-c9dc04b4f50ee78ca9cd513b5832245c2ab64c95.tar.xz bootstrap-c9dc04b4f50ee78ca9cd513b5832245c2ab64c95.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap-flex.css')
| -rw-r--r-- | docs/dist/css/bootstrap-flex.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap-flex.css b/docs/dist/css/bootstrap-flex.css index 5ff29549f..efabcf3d9 100644 --- a/docs/dist/css/bootstrap-flex.css +++ b/docs/dist/css/bootstrap-flex.css @@ -4388,6 +4388,10 @@ tbody.collapse.active { background-color: rgba(0, 0, 0, 0.075); } +.navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.5); +} + .navbar-dark .navbar-brand, .navbar-dark .navbar-toggler { color: white; @@ -4429,6 +4433,10 @@ tbody.collapse.active { background-color: rgba(255, 255, 255, 0.075); } +.navbar-dark .navbar-text { + color: rgba(255, 255, 255, 0.5); +} + .navbar-toggleable-xs::after { content: ""; display: table; |
