editor.css 264 B

123456789
  1. * {
  2. line-height: 1.3em;
  3. }
  4. body {
  5. margin: 16px 20px;
  6. margin-right: 30px; /* dodge field connections toggle */
  7. font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  8. }