// -------------------------------------------------------------------------------- // Block: Code // -------------------------------------------------------------------------------- code.block { background: $theme-code-background; display: block; padding: .25rem; max-height: 10em; font-family: monospace; font-size: 1em; line-height: 1.25em; white-space: pre; overflow: auto; } // -------------------------------------------------------------------------------- // Inline: Code // -------------------------------------------------------------------------------- code { margin: 0; padding: .05rem .25em; background: $theme-code-background; font-family: monospace; font-size: 1em; line-height: 1.25em; white-space: normal; }