From: Belén Barros Peña Date: Thu, 9 Oct 2014 09:09:05 +0000 (+0100) Subject: style.css: Tune styling X-Git-Tag: v1.1.0~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3598af342223f6384c9873e533277bc76f77119;p=thirdparty%2Fpatchwork.git style.css: Tune styling The links aren't underlined anymore. If, once visited, they are to become black, we won't be able to distinguish them from regular text. Instead let's decide about a color for links so they can be spotted, even after a visit. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index b66acc84..16a66d4c 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -1,5 +1,10 @@ -a:visited { color: #000000; } -a { color: #786fb4; } +a { + color: #2E2E70; +} + +a:hover { + color: #0A0A47; +} .floaty { position: fixed;