From 8d8371fdfeb3db38093f666056ee35f50c3d5d51 Mon Sep 17 00:00:00 2001 From: mathias Date: Sun, 12 Feb 2017 19:52:20 +0200 Subject: [PATCH] Cleanups --- _includes/_css/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/_css/index.css b/_includes/_css/index.css index da78b01..5f4cf9b 100644 --- a/_includes/_css/index.css +++ b/_includes/_css/index.css @@ -25,18 +25,18 @@ body { } body { background: #eee; - color: #777777; + color: #767676; font-family: montserratlight, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.000em; line-height: 1.000em; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } ::-moz-selection { - background: rgba(0, 0, 0, .3); + background: #aaa; } ::selection { - background: rgba(0, 0, 0, .3); + background: #aaa; } h1, h2 { @@ -119,7 +119,7 @@ a:focus { .button:hover, .button:focus { background: #767676; - color: #eee; + color: #fff; } /* Responsive Design */