From 0e551ea2cc652796e9385681516a6bc08b4cf50d Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 22 Aug 2016 14:37:40 +0200 Subject: Make fonts in footer darker --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e8df0ab..c2f6b78 100644 --- a/style.css +++ b/style.css @@ -262,7 +262,7 @@ label:first-line { } #footer { - color: #8E99A0; + color: #787970; } /* Shadows between sections give the user a sense of depth between @@ -561,7 +561,7 @@ select.zeit { /* Footer links have a softer color than in block 1 */ #footer a:link, #footer a:visited { - color: #8E99A0; + color: #787970; } #footer .partner a:link, -- cgit v1.2.3