:global .md-editor { .editor-toolbar.fullscreen { @apply bg-gray-800; } .editor-toolbar button.active, .editor-toolbar button:hover { @apply bg-gray-900; } .md-editor-preview { @apply bg-gray-800; } .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; } }