From 08559a1fdfaffe698a51a6619bcbc5e719a34722 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 26 Aug 2023 17:21:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(links)=20hide=20links=20too=20o?= =?UTF-8?q?n=20text=20hide=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 470244e..668ba76 100644 --- a/index.css +++ b/index.css @@ -18,7 +18,11 @@ li { background-color: var(--primary-color-no-focus); } -.text-hide { +.text-hide, +.text-hide a, +.text-hide a:visited, +.text-hide a:focus, +.text-hide a:focus-visible { color: var(--primary-color); }