summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authormartin f. krafft <madduck@madduck.net>2023-10-12 17:22:32 +0200
committermartin f. krafft <madduck@madduck.net>2023-10-12 17:22:32 +0200
commita5b2adc1bf119d5ef941e3e227df444d482c027b (patch)
treed6b2acc37e6ba191c3188be1afec1609f8b47aea /style.css
parentfa7359d41f45a4a73ad183d58974261de5a0e4f1 (diff)
simplify copying
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 8dba4dd..c54815f 100644
--- a/style.css
+++ b/style.css
@@ -35,3 +35,15 @@ body {
opacity: .65;
font-size: smaller;
}
+
+.highlight {
+ background-color: yellow;
+}
+
+#shared-notice {
+ display: none;
+}
+
+#share-notice {
+ cursor: pointer;
+}