From: Andrew Engelbrecht Date: Thu, 22 Feb 2018 16:12:37 +0000 (-0500) Subject: don't turn clicked links white X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c64c55467be39f88ee65d646bbb3cbed28ebec17;p=libreplanet-static.git don't turn clicked links white --- diff --git a/2018/assets/css/custom.css b/2018/assets/css/custom.css index 0923442b..effca5cb 100644 --- a/2018/assets/css/custom.css +++ b/2018/assets/css/custom.css @@ -158,6 +158,11 @@ 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);