Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
3.98k stars 609 forks source link

Fullscreen mode, background color changed to white #1302

Closed hy-net closed 1 year ago

hy-net commented 2 years ago

When using with bootstrap dark mode (background black, foreground white), the background will switch to white and foreground remains white when enter .trumbowyg-fullscreen mode

I mitigate this issue by adding:

.trumbowyg-fullscreen { background-color: var(--bs-body-bg) !important; }

Alex-D commented 1 year ago

Please try using Trumbowyg dark theme: https://alex-d.github.io/Trumbowyg/demos/#core-dark-theme