From 8e4f3fe7b95f6bb7c9939288229ec5683364743d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 1 Aug 2016 20:26:06 -0700 Subject: grunt --- dist/css/bootstrap.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 79742bda3..55e8c1f58 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5730,10 +5730,6 @@ button.close { } } -.bg-inverse { - background-color: #373a3c; -} - .bg-faded { background-color: #f7f7f9; } @@ -5783,6 +5779,15 @@ a.bg-danger:focus, a.bg-danger:hover { background-color: #c9302c !important; } +.bg-inverse { + color: #fff !important; + background-color: #373a3c !important; +} + +a.bg-inverse:focus, a.bg-inverse:hover { + background-color: #1f2021 !important; +} + .clearfix::after { content: ""; display: table; -- cgit v1.2.3