.theme-editor-code pre,
.theme-editor-textarea {
  font: 13px/24px ui-monospace, SFMono-Regular, Menlo, monospace;
  tab-size: 2;
}

.theme-editor-textarea[hidden] {
  display: none;
}

.theme-editor-textarea:focus {
  outline: 2px solid var(--color-blue-600);
  outline-offset: -2px;
}

.theme-editor :is(button, select, a, summary, input):focus-visible {
  outline: 2px solid var(--color-blue-600);
  outline-offset: 3px;
}
