diff options
Diffstat (limited to 'dist/css/bootstrap-flex.css')
| -rw-r--r-- | dist/css/bootstrap-flex.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/css/bootstrap-flex.css b/dist/css/bootstrap-flex.css index 5ff29549f..efabcf3d9 100644 --- a/dist/css/bootstrap-flex.css +++ b/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; |
