From 68934d0a730e5bd140654e6474819c2f779cdd54 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 1 Oct 2019 12:08:27 +0100 Subject: [PATCH] Support invisible parts of links --- epicyon-profile.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 6ac74128..d11002b4 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -794,6 +794,11 @@ div.imagedesc { text-align: center; } +.invisible { + color: transparent; + font-size: 0; +} + @media screen and (min-width: 400px) { body, html { font-size: 22px;