artabro/wire/modules/Inputfield/InputfieldTinyMCE/content_css/wire-dark.scss

15 lines
259 B
SCSS
Raw Permalink Normal View History

2024-08-27 11:35:37 +02:00
@import "vars";
$text-color: #eee;
$text-color-muted: #8a8f97;
$headline-color: #fff;
$border-color: #6d737b;
$link-color: #4099ff;
@import "common";
.mce-content-body {
background-color: #222f3e;
border-color: #222f3e;
border-style: solid !important;
}