From edcfec3674367f5c8db8d2dfc537c2d89eed42a6 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 25 Jan 2022 16:22:04 +0100 Subject: [PATCH] _sass/_base.scss: remove text-decoration for title link. --- _sass/_base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index 25f8674..1caef0f 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -15,8 +15,8 @@ figure { margin-bottom: $spacer-4; border-bottom: solid 1px $border-gray-light; - &-title { - border: 0 !important; + &-title a:hover { + text-decoration: none; } &-search {