diff options
| author | Veikka Kähkönen <insiding@gmail.com> | 2017-12-01 14:03:37 +0200 |
|---|---|---|
| committer | Veikka Kähkönen <insiding@gmail.com> | 2017-12-01 14:11:28 +0200 |
| commit | 9f681bc2205971d8ceb2cc4f6711c134a870d05b (patch) | |
| tree | 545d3bdc9e8f6f8527a6922c4f2a4f79ba155023 /_sass | |
| parent | 6c4d94ee195a53fa9ca88c52f660d7faa3fe36e6 (diff) | |
Add special layout for posts
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/_as-theme.scss | 9 |
1 files changed, 9 insertions, 0 deletions
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 { |
