add some basic styling to the entire site
This commit is contained in:
parent
04145e92f8
commit
b2d34bf658
14
incorporealcms/static/style.css
Normal file
14
incorporealcms/static/style.css
Normal file
@ -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;
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
<!doctype html>
|
||||
<title>{{ title }}{% if title %} - {% endif %}incorporeal.org</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<section class="content">
|
||||
{{ content }}
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user