diff --git a/nummi/main/static/css/main.css b/nummi/main/static/css/main.css new file mode 100644 index 0000000..4921998 --- /dev/null +++ b/nummi/main/static/css/main.css @@ -0,0 +1,3 @@ +body { + background: #bebebe; +} diff --git a/nummi/main/templates/main/base.html b/nummi/main/templates/main/base.html index 6f2e820..779b24e 100644 --- a/nummi/main/templates/main/base.html +++ b/nummi/main/templates/main/base.html @@ -1,3 +1,4 @@ +{% load static %} @@ -7,6 +8,7 @@ {% block title %}Nummi{% endblock %} {% block link %} + {% endblock %}