Trumbowyg
Trumbowyg copied to clipboard
Fullscreen mode, background color changed to white
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; }