From 0ecf1bf482b1db5e1e1fe07a5b21a57c084deb4e Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 3 Mar 2019 11:02:22 +0100 Subject: Add basic stylesheet. --- public/app.css | 10 ++++++++++ templates/layout.html | 1 + 2 files changed, 11 insertions(+) create mode 100644 public/app.css diff --git a/public/app.css b/public/app.css new file mode 100644 index 0000000..72df7ca --- /dev/null +++ b/public/app.css @@ -0,0 +1,10 @@ +@viewpoer { + width: device-width; + initial-scale: 1.0; +} + +body { + background-color: #233; + color: #ccc; + font-size: 10pt; +} diff --git a/templates/layout.html b/templates/layout.html index 9aa8781..67a2ade 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -19,6 +19,7 @@ Ramaskrik Program + {% block content %}{% endblock %} -- cgit v1.2.3