summaryrefslogtreecommitdiff
path: root/style/style.less
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-22 01:14:35 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-22 01:14:35 +0100
commit93119091893c2f2bf396785e6bd7dcbb9b4f207d (patch)
tree408e37ec0bf4ebb1e5427f37b1e12344f70eae9c /style/style.less
parentf6fc9fa292e8da56fe7078f9ac5bdfefa55abe94 (diff)
* Implement code highlighting using Prism
* Automatically build ousia.js
Diffstat (limited to 'style/style.less')
-rw-r--r--style/style.less3
1 files changed, 3 insertions, 0 deletions
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;
}