From ac6c0075698c42e07aa678868be854367052d03d Mon Sep 17 00:00:00 2001 From: Astralof <41782505+Astralof@users.noreply.github.com> Date: Wed, 19 Sep 2018 09:43:19 +0200 Subject: [PATCH] remove community hub underline --- _sass/_community.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/_community.scss b/_sass/_community.scss index 29640e3..ce3f413 100644 --- a/_sass/_community.scss +++ b/_sass/_community.scss @@ -47,6 +47,10 @@ a { color: $color_mine_shaft_approx; + &:hover { + text-decoration: none; + } + &:hover > div { background-color: $color_gallery_approx; border-radius: 35px;