From c9dc04b4f50ee78ca9cd513b5832245c2ab64c95 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 30 Oct 2016 13:37:11 -0700 Subject: grunt --- docs/dist/css/bootstrap.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 2db0d34cf..32aa438d4 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4116,6 +4116,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; @@ -4157,6 +4161,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