From f917c426a090ceed905cc18d3461c47756a3deab Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 13 Apr 2023 16:10:27 -0700 Subject: Web darkmode fixes (#474) * Change dark mode borders to be slightly lighter than the bg rather than slightly darker * Add dark mode styling to web composer * Fix editprofile darkmode --- web/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web') diff --git a/web/index.html b/web/index.html index 35ade49c1..b1b9d51dd 100644 --- a/web/index.html +++ b/web/index.html @@ -82,6 +82,9 @@ font: 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; min-height: 140px; } + .ProseMirror-dark { + color: white; + } .ProseMirror p { margin: 0; } -- cgit 1.4.1