From e5291688c3b51e2e0460b9fb73a85286b2c9c8e8 Mon Sep 17 00:00:00 2001 From: iGormilhit Date: Mon, 2 Jun 2014 16:45:24 +0200 Subject: [PATCH] Correction couleur liens --- templates/darksideboard.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/darksideboard.html b/templates/darksideboard.html index f60cc6b..e31a31f 100644 --- a/templates/darksideboard.html +++ b/templates/darksideboard.html @@ -90,7 +90,10 @@ } #gallery li img{ width: 100%; - } + } + #gallery a { + color: #222; + } #gallery em { background: #FFF; text-align: center;