This commit is contained in:
lesion 2018-07-15 23:32:21 +02:00
parent 2dd005af22
commit 4dee14702d

View File

@ -12,6 +12,12 @@
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- User style -->
<style>
.red { color: #ff2c2d; }
.green { color: #17ff2e; }
.blue { color: #1b91ff; }
</style>
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );