Files
MYSOPHAL/css/tiny_mce/dark_content.css
2025-08-07 13:15:31 +01:00

6 lines
157 B
CSS

/** Force the background of tinymce to be transparent because with darkmode white background is ugly */
body {
background: transparent;
color: #AAA;
}