From 93119091893c2f2bf396785e6bd7dcbb9b4f207d Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 22 Mar 2015 01:14:35 +0100 Subject: * Implement code highlighting using Prism * Automatically build ousia.js --- style/style.less | 3 +++ 1 file changed, 3 insertions(+) (limited to 'style/style.less') diff --git a/style/style.less b/style/style.less index 3527378..f5603d0 100644 --- a/style/style.less +++ b/style/style.less @@ -13,6 +13,9 @@ @import "footer.less"; @import "header.less"; +/* Import the prism code highlighter stylesheet */ +@import "prism.css"; + span.ipa { color: gray; } -- cgit v1.2.3