File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
client/components/toastui Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 132132 background-color : rgb (var (--theme-background-elevated ));
133133}
134134
135- .dark-theme .toastui-editor-contents pre ,
136- .dark-theme .toastui-editor-md-code-block-line-background {
135+ .dark .toastui-editor-contents pre ,
136+ .dark .toastui-editor-md-code-block-line-background {
137137 background-color : rgb (var (--theme-background-elevated ));
138138}
139139
204204 background-color : rgb (var (--theme-text ));
205205}
206206
207- .dark-theme .toastui-editor-toolbar-icons {
207+ .dark .toastui-editor-toolbar-icons {
208208 // Standard dark theme buttons are dark grey, this position change makes them white
209209 background-position-y : -49px ;
210210}
223223 background-color : rgb (var (--theme-background-elevated ));
224224}
225225
226- .dark-theme .toastui-editor-md-code ,
227- .dark-theme .toastui-editor-contents code {
226+ .dark .toastui-editor-md-code ,
227+ .dark .toastui-editor-contents code {
228228 background-color : rgb (var (--theme-background-elevated ));
229229}
230230
You can’t perform that action at this time.
0 commit comments