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