@import "tailwindcss";
@import "./jsondiffpatch-html.css";
:root {
  --background: #ffffff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

body {
  color: var(--foreground);
  background: var(--background);
  font-family: Arial, Helvetica, sans-serif;
}
.sun-editor,
/* .sun-editor .se-toolbar, */
.sun-editor .se-wrapper,
.sun-editor .se-dialog,
.sun-editor .se-resizing-bar,
.sun-editor .se-tooltip,
.sun-editor .se-submenu {
  z-index: 0 !important;
}
li {
  list-style-type: none;
}
