about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-13 16:10:27 -0700
committerGitHub <noreply@github.com>2023-04-13 16:10:27 -0700
commitf917c426a090ceed905cc18d3461c47756a3deab (patch)
treebb8cb4556d45836fdbf8041dbc0c12b869f9e57a /web
parent5caa6a5e08c02464bcbc45afc236f48add458165 (diff)
downloadvoidsky-f917c426a090ceed905cc18d3461c47756a3deab.tar.zst
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
Diffstat (limited to 'web')
-rw-r--r--web/index.html3
1 files changed, 3 insertions, 0 deletions
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;
       }