From: Alexander Ebert Date: Thu, 13 Oct 2016 11:14:41 +0000 (+0200) Subject: Update color schema X-Git-Tag: 3.0.0_Beta_3~49 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4a7e10702e50ff2c6005ce1c6897109962d5d884;p=GitHub%2FWoltLab%2FWCF.git Update color schema --- diff --git a/com.woltlab.wcf/templates/ampHeader.tpl b/com.woltlab.wcf/templates/ampHeader.tpl index 2fe30a5c47..ad70f2edf3 100644 --- a/com.woltlab.wcf/templates/ampHeader.tpl +++ b/com.woltlab.wcf/templates/ampHeader.tpl @@ -21,7 +21,7 @@ } body { - background-color: #fff; + background-color: rgb(250, 250, 250); font-family: "Open Sans", "Segoe UI", "Lucida Grande", "Helvetica", sans-serif; font-size: 14px; } @@ -51,7 +51,7 @@ } .header { - background-color: rgb(44, 62, 80); + background-color: rgb(58, 109, 156); color: #fff; padding: 20px; } @@ -61,8 +61,8 @@ } .footer { - background-color: rgb(52, 73, 94); - color: rgb(189, 195, 199); + background-color: rgb(50, 92, 132); + color: rgb(217, 220, 222); padding: 20px 10px; }