Prevent highlighting of footer icon images

This commit is contained in:
Joe Uhren
2023-09-29 17:34:53 -06:00
parent ef1f520c82
commit e436b9bee4
+4
View File
@@ -759,6 +759,10 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
.social-link {
margin-right: 0.2rem;
font-size: 100%;
> img {
user-select: none;
}
}
}