From 4a7e10702e50ff2c6005ce1c6897109962d5d884 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 13 Oct 2016 13:14:41 +0200 Subject: [PATCH] Update color schema --- com.woltlab.wcf/templates/ampHeader.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } -- 2.20.1