summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-10 23:27:16 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-10 23:27:16 +0200
commit91a34506323340485a9f83cd0cff220333befa44 (patch)
treeb2bf149ddbb6829963926023dec7dd4284a2dba4 /Makefile
parentbb05796aad9676488a00bb53b792bc9260204e51 (diff)
downloadwebsite-91a34506323340485a9f83cd0cff220333befa44.tar.xz
Switch from default to friendly pygments theme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0824af..3a34ec6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
HTML := index.html journal.html about.html
-CSS := style.css pygments-default.css journal/isso.css
+CSS := style.css pygments.css journal/isso.css
RESOURCES := glider.png me.jpg
TEMPLATES := $(shell find src/templates)