From c9c45fcea15ceb49e545352a9e8d7d7e12fda3f4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 20 Jan 2016 01:20:44 +0100 Subject: [PATCH] fixed links nav --- header.tpl | 4 ++-- html/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/header.tpl b/header.tpl index 5e2ad21..fa6016b 100644 --- a/header.tpl +++ b/header.tpl @@ -26,9 +26,9 @@ diff --git a/html/style.css b/html/style.css index 5549c44..e393467 100644 --- a/html/style.css +++ b/html/style.css @@ -41,7 +41,7 @@ nav ul li, footer ul li { } -nav a, footer a, nav li { +nav a, footer a { color: #eee; text-decoration: none; } -- 2.7.4