@import url("../../css/blitz-help.css");

/* Command-detail layout. Colours come from the shared help token file. */
body {
    max-width: none;
    font-size: 13px;
}

/* Legacy command pages render in quirks mode, where table and code text does
   not reliably inherit the body size. Keep it aligned with the language reference. */
table,
th,
td,
pre {
    font-size: 13px;
}

h1 {
    font-size: 18px;
}

table {
    margin: 8px 0 14px;
}

pre {
    margin: 8px 0 14px;
}
