summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);