/*
 * Lexxy editor + rendered-content styles for Hindsite.
 * The base editor and `.lexxy-content` styles ship with the @37signals/lexxy
 * [data-theme] dark theme of its own.
 */

/*
 * Dark mode. Lexxy derives every surface colour from a small ink scale
 */
[data-theme="dark"] {
  --lexxy-color-ink: #f1f5f9;
  --lexxy-color-ink-medium: #cbd5e1;
  --lexxy-color-ink-light: #94a3b8;
  --lexxy-color-ink-lighter: #475569;
  --lexxy-color-ink-lightest: #334155;
  --lexxy-color-ink-inverted: #1e293b;
}

/*
 * Mobile stores inline image attachments wrapped in `<div style="float:left">`.
 */
.lexxy-content {
  display: flow-root;
}

lexxy-editor {
  --lexxy-editor-rows: 4lh;
}

/*
 * Trim the stock Lexxy toolbar: drop the highlight-color, table, and divider
 * controls. Buttons are matched by their stable `name` so the rule also applies
 * once a button is relocated into the overflow ("…") menu; the highlight control
 * is a wrapper element, so hide the whole `<lexxy-highlight-dropdown>`.
 */
lexxy-editor lexxy-highlight-dropdown,
lexxy-editor [name="table"],
lexxy-editor [name="divider"] {
  display: none;
}


/*# sourceMappingURL=application-19580bfb.css.map*/