diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/opticks.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/styles/opticks.css b/styles/opticks.css index a9cee26..bfd4eca 100644 --- a/styles/opticks.css +++ b/styles/opticks.css @@ -129,6 +129,12 @@ a:active { text-decoration: underline; } +/* Inline code and code blocks */ +code, pre.code { + font-family: monospace; + white-space: pre; +} + /* Uniform links (reset all the stupid variants to a single color) */ /* FIXME: don't export this to the final CSS, it's only used in preprocessing */ .uniform-links(@color) { |