From 2a84bfd4ffdadbedeb1d866e0987e9f8450bc768 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sat, 18 Apr 2015 17:22:04 +0200 Subject: Add simple osml highlighter --- style/lib/prism_osml.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 style/lib/prism_osml.css (limited to 'style/lib/prism_osml.css') diff --git a/style/lib/prism_osml.css b/style/lib/prism_osml.css new file mode 100644 index 0000000..7a4688e --- /dev/null +++ b/style/lib/prism_osml.css @@ -0,0 +1,8 @@ +/** + * prism.js extensions for the OSML highlighter + */ + +code span.token.reference { + font-style: italic; +} + -- cgit v1.2.3