aboutsummaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
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;