diff --git a/static/blog.css b/static/blog.css index 879f864..3db33c9 100644 --- a/static/blog.css +++ b/static/blog.css @@ -18,6 +18,8 @@ blockquote { code { font-family: 'Hack', monospace; + color: #000; + background: #fff; } body { diff --git a/templates/help.html b/templates/help.html new file mode 100644 index 0000000..dec24f5 --- /dev/null +++ b/templates/help.html @@ -0,0 +1,15 @@ +

Formattierung

+ diff --git a/templates/index.html b/templates/index.html index daa2978..7f0ef14 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,7 +10,9 @@ -
+
+ {% include 'help.html' %} +