diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 32aa438d4..c7fea1ba4 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1936,14 +1936,14 @@ pre code { } .table-inverse { - color: #eceeef; + color: #fff; background-color: #373a3c; } .table-inverse th, .table-inverse td, .table-inverse thead th { - border-color: #55595c; + border-color: #fff; } .table-inverse.table-bordered { @@ -6047,7 +6047,7 @@ button.close { } .bg-faded { - background-color: #f7f7f9; + background-color: #f7f7f7; } .bg-primary { |
