summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
+}