From 69be70eaf4be874b2414220b459179e1f0ec9a97 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 17 Jan 2016 18:04:44 +0100 Subject: make grey less dark --- css/content.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'css/content.css') diff --git a/css/content.css b/css/content.css index 31e409419..c22bed29b 100644 --- a/css/content.css +++ b/css/content.css @@ -412,7 +412,7 @@ #app-content .read .utils .title h1 a { font-weight: normal; - color: #888; + color: #777; } #app-content .utils .date { @@ -451,7 +451,7 @@ #app-content .read .heading a { font-weight: normal !important; - color: #888; + color: #777; } #app-content .feed-view .source { @@ -478,14 +478,14 @@ * Timestamp */ #app-content .subtitle { - color: #aaa; + color: #777; font-size: 15px; max-width: 770px; padding-bottom: 25px; } #app-content .subtitle a { - color: #aaa; + color: #777; } #app-content .subtitle a:hover { @@ -493,7 +493,7 @@ } #app-content .date { - color: #aaa; + color: #777; white-space: nowrap; } @@ -501,7 +501,7 @@ * Author */ #app-content .author { - color: #aaa; + color: #777; font-size: 15px; } -- cgit v1.2.3