From c9dc04b4f50ee78ca9cd513b5832245c2ab64c95 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 30 Oct 2016 13:37:11 -0700 Subject: grunt --- dist/css/bootstrap-flex.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dist/css/bootstrap-flex.css') 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; -- cgit v1.2.3