diff --git a/_sass/post-style.scss b/_sass/post-style.scss index 854b063..1aaebed 100644 --- a/_sass/post-style.scss +++ b/_sass/post-style.scss @@ -13,6 +13,16 @@ p#post-date { p { margin: 1rem 0; + line-height: 1.2rem; +} + +a { + color: $accent; + text-decoration: none; + + &:hover { + text-decoration: underline; + } } pre.highlight {