diff --git a/static/style.css b/static/style.css index 86da6d2..511a535 100644 --- a/static/style.css +++ b/static/style.css @@ -122,6 +122,14 @@ h4 { font-size: 20px; } +h1.reduced, h2.reduced, h3.reduced, h4.reduced { + line-height: 1.5; +} + +p.faded, span.faded { + color: #555555; +} + div.post-head h1 { margin-bottom: 18px; } diff --git a/templates/post_preview.html b/templates/post_preview.html index 717c79e..44677ad 100644 --- a/templates/post_preview.html +++ b/templates/post_preview.html @@ -1,5 +1,6 @@
-

{title}

+

{title}

+ Published on {date}

{auto_description}

Read more