From 48c9004eaea72d18c18dd22be4c4f7d99be0eca5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 27 Jul 2024 06:11:37 +0000 Subject: feat(html): clear adjacent link indicators --- default.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'default.css') diff --git a/default.css b/default.css index 625d0d7..d69e73f 100644 --- a/default.css +++ b/default.css @@ -269,6 +269,16 @@ img { } } +.gemini-fragment { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + color: var(--muted); +} + /* * { transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -- cgit v1.2.3