From 8532e71cc1729a87d50e55429752e056b7b18dde Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 12 Feb 2021 19:37:24 +0000 Subject: [PATCH] Transparent style --- epicyon-options.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/epicyon-options.css b/epicyon-options.css index aaff9989b..f7093c1a7 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -98,6 +98,14 @@ a:focus { border: 2px solid var(--focus-color); } +.transparent { + color: transparent; + background: transparent; + font-size: 0px; + line-height: 0px; + height: 0px; +} + .follow { height: 100%; position: relative;