diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-13 16:10:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 16:10:27 -0700 |
commit | f917c426a090ceed905cc18d3461c47756a3deab (patch) | |
tree | bb8cb4556d45836fdbf8041dbc0c12b869f9e57a /web | |
parent | 5caa6a5e08c02464bcbc45afc236f48add458165 (diff) | |
download | voidsky-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.html | 3 |
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; } |