diff --git a/ghost/admin/app/styles/components/koenig.css b/ghost/admin/app/styles/components/koenig.css index 6336cca4e0..d522a585d1 100644 --- a/ghost/admin/app/styles/components/koenig.css +++ b/ghost/admin/app/styles/components/koenig.css @@ -957,11 +957,6 @@ max-width: 740px; } -.koenig-react-editor { - max-width: 740px; - margin: 0 auto; -} - /* ⨁ menu /* --------------------------------------------------------------- */ .koenig-plus-menu-button { @@ -3227,3 +3222,25 @@ button.emoji-picker__category-button.active { left: 0; color: var(--midlightgrey); } + + +/* Lexical editor +/* --------------------------------------------------------------- */ + +.koenig-react-editor { + max-width: 740px; + margin: 0 auto; +} + +.koenig-react-editor-loading, +.koenig-react-editor-error { + font-family: Georgia, Times, serif; + font-size: 2rem; + font-weight: 400; + line-height: 1.6em; + letter-spacing: .1px; +} + +.koenig-react-editor-loading { + color: #AEB7C1; +} \ No newline at end of file