summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authordelta <darkussdelta@gmail.com>2026-08-06 17:25:01 +0200
committerdelta <darkussdelta@gmail.com>2026-08-06 17:25:01 +0200
commit58f2de64d23de8a987e88b5f56ecf5162a80782d (patch)
tree130bc28080cfcdefcfd17660acda9c770d12a770 /themes
parent39d8e6ef56c0e9a30b7b79ec080ca53aaaa58bc2 (diff)
fix message editing styling
Diffstat (limited to 'themes')
-rw-r--r--themes/prismite.sable.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/prismite.sable.css b/themes/prismite.sable.css
index 6480e31..9410436 100644
--- a/themes/prismite.sable.css
+++ b/themes/prismite.sable.css
@@ -13,6 +13,11 @@ fullThemeUrl: https://git.twoexem.com/darkuss/sable-themes/plain/themes/prismite
background-color: var(--sable-primary-main);
}
+/* fix for editing messages */
+[class=*"Composer_floatingEditor"] > div, [class=*"Composer_floatingEditor"] [class*="Editor"], [class=*"Composer_floatingEditor"] [class*="EditorTextarea"], [class=*"Composer_floatingEditor"] [role="textbox"] {
+ color: var(--sable-bg-on-container);
+}
+
body.sable-remote-theme {
/* Background */
--sable-bg-container: oklch(20% 0.01368 253.09);