diff options
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 79742bda3..55e8c1f58 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/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; |
