From c5b578815d07d5f1439e63936ea0ae2468c99fa3 Mon Sep 17 00:00:00 2001 From: danix Date: Sun, 26 Feb 2023 19:57:35 +0100 Subject: [PATCH] hiding text in social links --- gitweb-danixland/gitweb.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index fc87875..f4df6fc 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -277,7 +277,8 @@ td, th { color: var(--github); } -a.rss_logo { +a.rss_logo, +div.social-links ul li a span { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(100%); -- 2.20.1