From 1510f0f3342d4b40a58e79cbb98a68405e7bbce3 Mon Sep 17 00:00:00 2001 From: Sunpy Date: Thu, 25 Apr 2019 16:57:22 +0100 Subject: [PATCH] Custom css -> background color --- static/css/custom.css | 3 +++ templates/layout/dash.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 static/css/custom.css diff --git a/static/css/custom.css b/static/css/custom.css new file mode 100644 index 0000000..0a66e08 --- /dev/null +++ b/static/css/custom.css @@ -0,0 +1,3 @@ +body { + background-color: #eee; +} \ No newline at end of file diff --git a/templates/layout/dash.html b/templates/layout/dash.html index 302e565..fceafa4 100644 --- a/templates/layout/dash.html +++ b/templates/layout/dash.html @@ -2,6 +2,7 @@ {% include 'layout/includes/boot-head.html' %} + {% if title %} Husstanden - {{ title }} {% else %}