Skip to content

Commit a2abbbd

Browse files
committed
Merge branch 'master' into develop
2 parents 1fc3bac + d56152e commit a2abbbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

client/components/toastui/toastui-editor-overrides.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
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

@@ -204,7 +204,7 @@
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
}
@@ -223,8 +223,8 @@
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

0 commit comments

Comments
 (0)