From 766ac86e2e0598daa1bc4bbb2d4affd3a05379a9 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Thu, 13 Oct 2016 23:05:06 +0200 Subject: [PATCH] fix link color --- content/assets/stylesheets/includes/tiles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assets/stylesheets/includes/tiles.scss b/content/assets/stylesheets/includes/tiles.scss index 833f099..93cd794 100644 --- a/content/assets/stylesheets/includes/tiles.scss +++ b/content/assets/stylesheets/includes/tiles.scss @@ -23,7 +23,7 @@ a.box { h1, h2 { color: inherit; } - a { + a, a:visited { color:inherit; } }