:global .md-editor { .editor-toolbar.fullscreen { @apply bg-gray-800 z-20; } .editor-toolbar button.active, .editor-toolbar button:hover { @apply bg-gray-900; } .md-editor-preview { @apply bg-gray-800 px-8; } .editor-statusbar { @apply text-white; } .editor-toolbar.fullscreen::after { @apply bg-none border-r-4 border-gray-900; } .editor-toolbar.fullscreen::before { @apply bg-none border-l-4 border-gray-900; } .CodeMirror-fullscreen .CodeMirror-scroll { max-height: initial !important; } }