diff --git a/template.jst b/template.jst index 970758de8..c62ca81de 100644 --- a/template.jst +++ b/template.jst @@ -6,6 +6,10 @@ body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; } +h1 { + text-align: center; + background-color: #eee; +}