v.0.3.6 message input box update

This commit is contained in:
2026-03-09 22:34:04 -04:00
parent 0f3983dc93
commit 08d57309ae
10 changed files with 20 additions and 83 deletions

View File

@@ -373,12 +373,6 @@ a { color: inherit; text-decoration: none; }
background: var(--primary);
}
[data-theme="dark"] .msg-input-mirror {
color: var(--text-primary);
}
[data-theme="dark"] .msg-input-raw {
caret-color: var(--text-primary);
}
/* Night mode: .in bubble (dark surface) — base mention colour is too dark, use light primary */
[data-theme="dark"] .in .mention {
@@ -399,3 +393,4 @@ a { color: inherit; text-decoration: none; }
[data-theme="dark"] .reaction-btn:hover {
background: var(--primary-light);
}