From 58f2de64d23de8a987e88b5f56ecf5162a80782d Mon Sep 17 00:00:00 2001 From: delta Date: Thu, 6 Aug 2026 17:25:01 +0200 Subject: fix message editing styling --- themes/prismite.sable.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes') 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); -- cgit v1.2.3