From 9f54007796f597ccd285fdfafed86b8aa16fe6ab Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 7 Apr 2015 19:42:11 +0200 Subject: Highlighting of within

--- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 847cfe2..7b89107 100644 --- a/style.css +++ b/style.css @@ -34,3 +34,7 @@ p + p { pre { margin-left: 1.5em; } + +p code { + font-style:italic; +} \ No newline at end of file -- cgit v1.2.3