Skip to content

Commit 42801bd

Browse files
committed
Apply dark mode to simple editor
Fixes #1096
1 parent fb55dc1 commit 42801bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/frontend/editor/Editor.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@
1919
.simple {
2020
composes: -advanced;
2121
border: none;
22+
color: inherit;
23+
background-color: inherit;
2224
}

0 commit comments

Comments
 (0)