diff options
| author | Mark Otto <[email protected]> | 2016-08-01 20:26:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-08-01 20:26:06 -0700 |
| commit | 8e4f3fe7b95f6bb7c9939288229ec5683364743d (patch) | |
| tree | a84ac3a7f6759fe0be4f099c41e6c92b58999437 /dist/css/bootstrap.css | |
| parent | f41c4f6ef1da3d46ef26ffca986b4b662199c349 (diff) | |
| download | bootstrap-8e4f3fe7b95f6bb7c9939288229ec5683364743d.tar.xz bootstrap-8e4f3fe7b95f6bb7c9939288229ec5683364743d.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 13 |
1 files changed, 9 insertions, 4 deletions
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; |
