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 %}