easymde-style.css 320 B

1234567891011121314151617
  1. :global .md-editor {
  2. .editor-toolbar.fullscreen {
  3. @apply bg-gray-800;
  4. }
  5. .editor-toolbar button.active, .editor-toolbar button:hover {
  6. @apply bg-gray-900;
  7. }
  8. .md-editor-preview {
  9. @apply bg-gray-800;
  10. }
  11. .editor-statusbar {
  12. @apply text-white;
  13. }
  14. }