Trumbowyg icon indicating copy to clipboard operation
Trumbowyg copied to clipboard

Fullscreen mode, background color changed to white

Open hy-net opened this issue 2 years ago • 0 comments

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; }

hy-net avatar May 15 '22 02:05 hy-net