#luadoc code, #luadoc tt { font-family: monospace; } #luadoc pre.example { background-color: #eeffcc; padding: 10px; margin: 10px 0 10px 0; overflow-x: auto; } #luadoc pre.example code { color: black; background-color: #eeffcc; border: none; white-space: pre; padding: 0px; } @media (prefers-color-scheme: dark) { body:not([data-theme="light"]) #luadoc pre.example, body:not([data-theme="light"]) #luadoc pre.example code { background-color: #2a3a49; color: #ffffff; } } body[data-theme="dark"] #luadoc pre.example, body[data-theme="dark"] #luadoc pre.example code { background-color: #2a3a49; color: #ffffff; } #luadoc a:not(:link) { font-weight: bold; color: var(--color-content-foreground); text-decoration: none; cursor: inherit; } #luadoc p em { font-family: 'monospace';} #luadoc a:link { font-weight: bold; color: var(--color-link);; text-decoration: none; } #luadoc a:visited { font-weight: bold; color: var(--color-link--hover); text-decoration: none; } #luadoc a:link:hover { text-decoration: underline; } .context-wrapper { display: flex; gap: 4px; } table.docutils { width: 100%; }