From d23dc0782ebb0d1ea292b0cac6385676c9209a9a Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 30 Sep 2015 15:11:20 +0100 Subject: White lane links when visited too --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b366bb5..419afa3 100644 --- a/style.css +++ b/style.css @@ -60,6 +60,9 @@ h1>em>a:hover { .lanelink:link { color: white; } +.lanelink:visited { + color: white; +} .lanelink:hover { color: #F84525; } -- cgit v1.2.1