aboutsummaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-27 06:11:37 +0000
committerFuwn <[email protected]>2024-07-27 06:11:41 +0000
commit48c9004eaea72d18c18dd22be4c4f7d99be0eca5 (patch)
tree5b82ac4769162ddb2dee2c143f028569a1789a24 /default.css
parentchore(docker): sync rustc release (diff)
downloadseptember-48c9004eaea72d18c18dd22be4c4f7d99be0eca5.tar.xz
september-48c9004eaea72d18c18dd22be4c4f7d99be0eca5.zip
feat(html): clear adjacent link indicators
Diffstat (limited to 'default.css')
-rw-r--r--default.css10
1 files changed, 10 insertions, 0 deletions
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;