/**
theme_library: 라이브러리 테마 선언
**/
body.dark-mode .toastui-editor-defaultUI-toolbar {
    background-color: #444343 !important;
}

body.light-mode .toastui-editor-defaultUI-toolbar {
    background-color: #f8f9fa !important;
}

body.dark-mode .toastui-editor-mode-switch {
    background-color: #444343 !important;
}

body.light-mode .toastui-editor-mode-switch {
    background-color: #f8f9fa !important;
}

body.dark-mode .toastui-editor-mode-switch .tab-item {
    background-color: #444343 !important;
    color: white !important;
}

/*개시판 작성란 toastui 커스텀*/
body.dark-mode .toastui-editor-toolbar-icons {
    background-color: white !important;
    filter: invert(1);
}

body.dark-mode .toastui-editor-popup-add-heading ul {
    background-color: #555555;
}