From 0af57b8879ccb95b8458e6407e36210631a47ea9 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 11 Apr 2019 14:05:19 +0200 Subject: Style code correctly --- styles/opticks.css | 6 ++++++ 1 file changed, 6 insertions(+) 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) { -- cgit