aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-03-12 11:26:10 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-03-12 11:26:10 +0100
commitfbbae1dc55134d014a5a0df2e800d711e087b48f (patch)
treeb2d31255145d1c2ae9fa5e713e32d71ffda0e1f9 /index.html
parent7b66abd49cd03232bf7fd41ae53d87ec86f75b0a (diff)
downloadperl-software-in-gnu-guix-fbbae1dc55134d014a5a0df2e800d711e087b48f.tar
perl-software-in-gnu-guix-fbbae1dc55134d014a5a0df2e800d711e087b48f.tar.gz
switch to monokai as default syntax highlight theme
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index ad28d21..f938be5 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
<link rel="stylesheet" href="css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
- <link rel="stylesheet" href="lib/css/zenburn.css">
+ <link rel="stylesheet" href="lib/css/monokai.css">
<!-- Printing and PDF exports -->
<script>
@@ -41,7 +41,7 @@
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
- { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
+ { src: 'plugin/highlight/highlight.js', async: true }
]
});
</script>