diff options
Diffstat (limited to 'style/lib/prism_osml.css')
-rw-r--r-- | style/lib/prism_osml.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; +} + |