From 7921c05d7e32df62f43b0df46b501f455182e290 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 6 May 2016 20:05:02 +0200 Subject: [PATCH] Add styling for inline code examples --- static/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 883b302..66a514e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -663,4 +663,11 @@ a.symbol { a.symbol:hover { color: #BCD4DA; +} + +code { + font-family:Menlo, Monaco, Courier; + background-color:#EEE; font-size:14px; + padding: 4px; + font-weight: 600; } \ No newline at end of file