From 893b9d864098680e1996a680e4e1c549c7e08e95 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 18 Apr 2016 23:16:28 -0700 Subject: [PATCH] Underline links in blog posts --- sass/custom/_paulus.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 17f35971a21..e5824460b2c 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -150,6 +150,14 @@ article.post, article.page, article.listing { margin-bottom: 0; } } + + a { + text-decoration: underline; + + &.btn { + text-decoration: none; + } + } } p.note {