From 74aa09ce69e428869306f3bedfef630136160026 Mon Sep 17 00:00:00 2001 From: Lukas Zehentner Date: Mon, 27 Feb 2023 22:45:53 +0100 Subject: [PATCH] changed span to anchor, removed redundant container --- static/styles.css | 2 +- templates/_base.html | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/static/styles.css b/static/styles.css index e5c0fdf..d149dff 100644 --- a/static/styles.css +++ b/static/styles.css @@ -116,7 +116,7 @@ a:hover { text-decoration: underline; } -.logo-link:hover, .service-link:hover, .social-media:hover { +.header-title:hover, .service-link:hover, .social-media:hover { text-decoration: none; } diff --git a/templates/_base.html b/templates/_base.html index cda1fae..59c3fca 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -26,12 +26,10 @@