From b6a9f5109c2ca1179ed571298959917b9356833c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sat, 20 Dec 2014 17:43:21 +0100 Subject: [PATCH] Improve colors --- front/src/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/css/main.css b/front/src/css/main.css index 1ef1db3..b807d79 100644 --- a/front/src/css/main.css +++ b/front/src/css/main.css @@ -34,7 +34,7 @@ h1 span { } .footer { padding: 3em; - color: #4e1836; + color: #000; } .footer a { color: inherit;