From 30beb939b70de9418fdef94cf9446aec1396a91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Thu, 5 Oct 2017 13:33:41 +0200 Subject: [PATCH] css cleanup --- assets/stylesheets/global/footer.css | 7 ------- public/stylesheets/style.css | 8 -------- 2 files changed, 15 deletions(-) diff --git a/assets/stylesheets/global/footer.css b/assets/stylesheets/global/footer.css index 00e54ca..724bc75 100644 --- a/assets/stylesheets/global/footer.css +++ b/assets/stylesheets/global/footer.css @@ -66,13 +66,6 @@ color: var(--color-text-footer); font-size: 0.75em; line-height: 1.5; - - & a { - text-decoration: underline; - &:hover { - text-decoration: none; - } - } } @element social { diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52b147a..6c41e2a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1289,14 +1289,6 @@ display: flex; line-height: 1.5; } -.footer__disclaimer-text a { - text-decoration: underline; -} - -.footer__disclaimer-text a:hover { - text-decoration: none; -} - .footer__social { -webkit-box-flex: 0; -ms-flex: 0 0 auto;