From b2d34bf65832c696419b7a0d29225f48e759f255 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 7 Mar 2020 16:33:47 -0600 Subject: [PATCH] add some basic styling to the entire site --- incorporealcms/static/style.css | 14 ++++++++++++++ incorporealcms/templates/base.html | 1 + 2 files changed, 15 insertions(+) create mode 100644 incorporealcms/static/style.css diff --git a/incorporealcms/static/style.css b/incorporealcms/static/style.css new file mode 100644 index 0000000..eec7a41 --- /dev/null +++ b/incorporealcms/static/style.css @@ -0,0 +1,14 @@ +html { + font-family: sans-serif; + padding: 0 1em; +} + +h1,h2,h3,h4,h5,h6 { + color: #811610; +} + +footer { + display: block; + font-size: 75%; + color: #999; +} diff --git a/incorporealcms/templates/base.html b/incorporealcms/templates/base.html index 37c968e..1cbba60 100644 --- a/incorporealcms/templates/base.html +++ b/incorporealcms/templates/base.html @@ -1,5 +1,6 @@ {{ title }}{% if title %} - {% endif %}incorporeal.org +
{{ content }}