From d6e549867b28e131af3efd97e170db8f409f5a3c Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 10 Feb 2023 18:18:24 +0100 Subject: [PATCH] Update 'static/styles.css' Added :hover behavior to the "social-media" class --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 9808b3c..b1a75f2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -97,7 +97,7 @@ a:hover { text-decoration: underline; } -.service-link:hover { +.service-link:hover, .social-media:hover { text-decoration: none; }