From: Andrew Engelbrecht Date: Thu, 22 Feb 2018 16:17:18 +0000 (-0500) Subject: try changing clicked link colors again X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=49bd8fb297c7c69b3a9455cd862f8977250c5478;p=libreplanet-static.git try changing clicked link colors again --- 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 {