From 5741d499a935616bbcc2eb005a2f818159fca19a Mon Sep 17 00:00:00 2001 From: mathias Date: Sun, 12 Feb 2017 03:06:50 +0200 Subject: [PATCH] Orange colors --- _includes/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/_includes/index.css b/_includes/index.css index 40d8eca..d86290e 100644 --- a/_includes/index.css +++ b/_includes/index.css @@ -42,7 +42,7 @@ body { } h1, h2 { - color: #aa0000; + color: #ffaa00; font-family: montserratbold, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 3.000em; font-style: normal; @@ -52,12 +52,12 @@ h2 { text-transform: uppercase; } a { - color: #aa0000; + color: #ffaa00; text-decoration: none; } a:hover, a:focus { - color: #d10000; + color: #ffbb32; } /* Icons */ @@ -94,7 +94,7 @@ a:focus { /* Navigation */ #navigation { - background: #aa0000; + background: #ffaa00; display: table; height: 100%; position: fixed; @@ -112,7 +112,7 @@ a:focus { padding: 0.250em; } #navigation a { - color: #f5f5f5; + color: #fff6e5; display: table-cell; font-size: 1.875em; padding: 0.875em; @@ -126,9 +126,9 @@ a:focus { /* Buttons */ .button { - background: #aa0000; + background: #ffaa00; border-radius: 0.375em; - color: #f5f5f5; + color: #fff6e5; cursor: pointer; display: inline-block; font-family: montserratregular, "Helvetica Neue", Helvetica, Arial, sans-serif; @@ -139,8 +139,8 @@ a:focus { } .button:hover, .button:focus { - background: #d10000; - color: #f5f5f5; + background: #ffbb32; + color: #fff6e5; } /* Responsive Design */