From d80e220029bfe495c86d6e9abe187d1a940c7dfe Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Mon, 3 Aug 2015 17:47:52 +0200
Subject: Fixed syntax highlighting

---
 provider/css/syntax.css         | 18 ++++++++++++++++++
 provider/templates/default.html |  1 +
 2 files changed, 19 insertions(+)
 create mode 100644 provider/css/syntax.css

diff --git a/provider/css/syntax.css b/provider/css/syntax.css
new file mode 100644
index 0000000..57b31eb
--- /dev/null
+++ b/provider/css/syntax.css
@@ -0,0 +1,18 @@
+/* Generated by pandoc. */
+table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre
+   { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; }
+td.lineNumbers { border-right: 1px solid #AAAAAA; text-align: right; color: #AAAAAA; padding-right: 5px; padding-left: 5px; }
+td.sourceCode { padding-left: 5px; }
+.sourceCode span.kw { color: #007020; font-weight: bold; }
+.sourceCode span.dt { color: #902000; }
+.sourceCode span.dv { color: #40a070; }
+.sourceCode span.bn { color: #40a070; }
+.sourceCode span.fl { color: #40a070; }
+.sourceCode span.ch { color: #4070a0; }
+.sourceCode span.st { color: #4070a0; }
+.sourceCode span.co { color: #60a0b0; font-style: italic; }
+.sourceCode span.ot { color: #007020; }
+.sourceCode span.al { color: red; font-weight: bold; }
+.sourceCode span.fu { color: #06287e; }
+.sourceCode span.re { }
+.sourceCode span.er { color: red; font-weight: bold; }
diff --git a/provider/templates/default.html b/provider/templates/default.html
index 14497b2..0476655 100644
--- a/provider/templates/default.html
+++ b/provider/templates/default.html
@@ -10,6 +10,7 @@
     <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
   <link rel="stylesheet" href="/css/default.css">
+  <link rel="stylesheet" href="/css/syntax.css">
 </head>
 <body>
 $if(title)$
-- 
cgit v1.2.3