From 367ba8582934c7608818f70ae0940d27ab0d4706 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sat, 6 Feb 2021 16:18:30 +0100 Subject: [PATCH] Removed underline from header button style. --- assets/css/style.css | 8 ++++++++ templates/header.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index c4cc6e6..c30e1c1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -387,6 +387,14 @@ header { .header__sub_claim a:hover { text-decoration: none; } + +.header__button_link { + text-decoration: none !important; +} + +.header__button_link:hover { + text-decoration: underline !important; +} /* header - Ende */ /* main - Start */ diff --git a/templates/header.html b/templates/header.html index 33b5a2b..6462428 100644 --- a/templates/header.html +++ b/templates/header.html @@ -82,7 +82,7 @@