diff options
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r-- | amelia/bootstrap.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css index f4702489..ecaf584d 100644 --- a/amelia/bootstrap.css +++ b/amelia/bootstrap.css @@ -3508,7 +3508,7 @@ h4 small, h5 small, h6 small { color: rgba(256, 256, 256, 0.9); - font-weight: bold; + font-weight: normal; } input, button, @@ -3546,7 +3546,7 @@ footer.footer { .navbar .brand { padding-top: 12px; font-size: 24px; - font-weight: 700; + font-weight: normal; } .navbar .nav > li > a { padding-top: 17px; @@ -3737,24 +3737,24 @@ div.subnav-fixed { } .btn-danger { background-image: none; - background-color: #eac504; + background-color: #dbb804; } .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { - background-color: #d1b004; + background-color: #c2a303; text-shadow: none; } .btn-danger:active, .btn-danger.active { - background-color: #9f8603; + background-color: #907902; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-danger:active, .btn-danger.active { - background-color: #9f8603 \9; + background-color: #907902 \9; } .btn-success { background-image: none; |