diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-03-12 11:26:10 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-03-12 11:26:10 +0100 |
commit | fbbae1dc55134d014a5a0df2e800d711e087b48f (patch) | |
tree | b2d31255145d1c2ae9fa5e713e32d71ffda0e1f9 /index.html | |
parent | 7b66abd49cd03232bf7fd41ae53d87ec86f75b0a (diff) | |
download | perl-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.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |