From 49bd8fb297c7c69b3a9455cd862f8977250c5478 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Thu, 22 Feb 2018 11:17:18 -0500 Subject: [PATCH] try changing clicked link colors again --- 2018/assets/css/custom.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/2018/assets/css/custom.css b/2018/assets/css/custom.css index effca5cb..918772e1 100644 --- a/2018/assets/css/custom.css +++ b/2018/assets/css/custom.css @@ -158,11 +158,6 @@ a:focus { text-decoration: none; } -a:active { - color: rgb(38, 208, 61); - text-decoration: none; -} - a { color: inherit; border-bottom: thin solid rgba(88, 208, 121, 0.8); @@ -566,7 +561,7 @@ hr { } .lp-archived a:hover, a:active, a:focus{ - color: rgb(255, 255, 255); + color: rgb(38, 208, 61); } .lp-banner { -- 2.25.1