Update 'static/styles.css'

Added :hover behavior to the "social-media" class
This commit is contained in:
lukas 2023-02-10 18:18:24 +01:00
parent df5f58eea2
commit d6e549867b

View file

@ -97,7 +97,7 @@ a:hover {
text-decoration: underline;
}
.service-link:hover {
.service-link:hover, .social-media:hover {
text-decoration: none;
}