diff options
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 { |
