diff --git a/index.html b/index.html
index 5fb7b3a..b6eb726 100644
--- a/index.html
+++ b/index.html
@@ -228,6 +228,18 @@
border-bottom-right-radius: 10px;
}
+ .menu-separator {
+ height: 1px;
+ background-color: rgba(0, 0, 0, 0.15);
+ margin: 4px 0;
+ }
+
+ @media (prefers-color-scheme: dark) {
+ .menu-separator {
+ background-color: rgba(255, 255, 255, 0.2);
+ }
+ }
+
#notification {
visibility: hidden;
transform: translateY(-30px);
@@ -279,6 +291,7 @@
New document
+
+
+ Copy full link
+
+
- Share document
+ Copy short link
+
Save as HTML
Save as TEXT
+