diff options
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 8bf2228bd..dc32ecce8 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -5837,12 +5837,6 @@ a.bg-danger:focus, a.bg-danger:hover { background-color: #c9302c !important; } -.center-block { - display: block; - margin-right: auto; - margin-left: auto; -} - .clearfix::after { display: table; clear: both; @@ -6281,7 +6275,11 @@ a.bg-danger:focus, a.bg-danger:hover { } .text-muted { - color: #818a91; + color: #818a91 !important; +} + +a.text-muted:focus, a.text-muted:hover { + color: #687077; } .text-primary { |
