From 05e2a04c4aef39ee8b9b20e9857ef8eb60e3a174 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 23 Jul 2020 12:32:02 +0200 Subject: Forgot about code blocks --- styles/opticks.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/opticks.css b/styles/opticks.css index 41da4c7..e4649fa 100644 --- a/styles/opticks.css +++ b/styles/opticks.css @@ -140,6 +140,12 @@ pre, code, pre.code { white-space: pre; } +.code { + margin: 0.8em; + padding: 0.2em; + background-color: #eee; +} + /* 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