From 9f681bc2205971d8ceb2cc4f6711c134a870d05b Mon Sep 17 00:00:00 2001 From: Veikka Kähkönen Date: Fri, 1 Dec 2017 14:03:37 +0200 Subject: Add special layout for posts --- _sass/_as-theme.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '_sass') diff --git a/_sass/_as-theme.scss b/_sass/_as-theme.scss index 5a6d023..5fd688c 100644 --- a/_sass/_as-theme.scss +++ b/_sass/_as-theme.scss @@ -157,6 +157,15 @@ body { background-color: $white-color; } +.post-title__info { + color: $grey-color; +} + +.post__spacer { + border-top: 3px solid $brand-color; + width: 4em; +} + h2 a, h3 a, h4 a { -- cgit v1.3