Custom css -> background color

This commit is contained in:
Emily 2019-04-25 16:57:22 +01:00
parent af05ca6bf5
commit 1510f0f334
2 changed files with 4 additions and 0 deletions

3
static/css/custom.css Normal file
View File

@ -0,0 +1,3 @@
body {
background-color: #eee;
}

View File

@ -2,6 +2,7 @@
<html lang="en">
<head>
{% include 'layout/includes/boot-head.html' %}
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/custom.css') }}">
{% if title %}
<title>Husstanden - {{ title }}</title>
{% else %}