From 78e183c0d129ef8520cfd2ea958831697aa8d406 Mon Sep 17 00:00:00 2001 From: Anton Sarukhanov <code@ant.sr> Date: Tue, 20 Jun 2017 23:05:18 -0400 Subject: [PATCH] Tweak inline code snippets to somewhat match codehilite blocks. --- theme/static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme/static/css/style.css b/theme/static/css/style.css index d1bb474..7d8e68b 100644 --- a/theme/static/css/style.css +++ b/theme/static/css/style.css @@ -217,10 +217,12 @@ pre { code { max-width: 100%; border: 1px solid #f28c26; - border-radius: 4px; + border-radius: .3em; background: #eee; font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; padding: .1em; + margin: .1em; + font-size: .9em; display: inline-block; } -- GitLab