Merge pull request 'add dark mode for editor' (#47) from dev-manhph1-figbug into dev

Reviewed-on: #47
This commit is contained in:
dev
2025-08-07 18:15:02 +09:00
3 changed files with 491 additions and 12 deletions

View File

@ -9,6 +9,8 @@
@import "./common/card.scss";
@import "./common/tabs.scss";
@import "./common/numericInput.scss";
@import "./common/editor.scss";
html,
body {
@ -1170,14 +1172,14 @@ a {
}
}
.toastui-editor-contents {
* {
color: map-deep-get($config,
#{$theme},
"tui-editor-contents-color"
) !important;
}
}
// .toastui-editor-contents {
// * {
// color: map-deep-get($config,
// #{$theme},
// "tui-editor-contents-color"
// ) !important;
// }
// }
.lnb-logo {
color: map-deep-get($config, #{$theme}, "v-dialog-card-text-color");