From c913ff649b93e5526cb05bccc268c35bbee7519c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 14:56:49 +0200 Subject: [PATCH] improved footer a --- www/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/style.css b/www/style.css index 637ea24..b415836 100644 --- a/www/style.css +++ b/www/style.css @@ -27,6 +27,11 @@ footer { display: block; background-color: #1c1c1c; color: #9d9d9d; + font-size: 80%; +} + +footer a, footer a:visited { + text-decoration: none; } footer a, footer a:visited, footer a:hover { -- 2.7.4