From c7d18d9a9d6c118c854e12b6e2ab77836a9ea5e8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 14:55:47 +0200 Subject: [PATCH] improved style --- www/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/style.css b/www/style.css index 37bd324..637ea24 100644 --- a/www/style.css +++ b/www/style.css @@ -26,7 +26,11 @@ footer { padding: 1em; display: block; background-color: #1c1c1c; - color: #9d9d9d; + color: #9d9d9d; +} + +footer a, footer a:visited, footer a:hover { + color: white; } h1 { -- 2.7.4