Theme refactor.

Themes now have `theme` objects, and theme specific configs.
Themes can inherit from other themes. Users (and theme authors)
can define custom static templates and variables.
This commit is contained in:
Waylan Limberg
2017-03-27 23:06:48 -04:00
parent 7985c72c2e
commit 75350da44c
17 changed files with 619 additions and 142 deletions

View File

@@ -4,7 +4,7 @@ div.col-md-9 h1:first-of-type {
font-weight: 300;
}
div.col-md-9 p:first-of-type {
div.col-md-9>p:first-of-type {
text-align: center;
}