diff options
Diffstat (limited to 'style/style.less')
-rw-r--r-- | style/style.less | 3 |
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; } |