From 8865b7e2ca4831087f0bea79a23fd6527394fb9d Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 7 Aug 2016 03:48:43 +0200 Subject: Footer has no special link colors --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 40ec6f6..f166564 100644 --- a/style.css +++ b/style.css @@ -220,6 +220,7 @@ ul { .footer { background-color: #4A5D67; + color: #8E99A0; font-size: 0.8em; margin-left: 0; margin-right: 0; @@ -237,6 +238,11 @@ ul { margin-top: 0px; } +.footer a:link, +.footer a:visited { + color: #8E99A0; +} + .clear { clear: both; width: 100%; -- cgit v1.2.3