Skip to content

Commit b5b7aa7

Browse files
committed
fix css mistake, default color for social icons should be outside of mobile check that is only for hover
1 parent 88820f0 commit b5b7aa7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/global.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -926,14 +926,14 @@ make the text color a bit darker */
926926
margin-right: calc(var(--main-spacing) / 2);
927927
}
928928

929+
.socialIcon {
930+
margin-right: calc(var(--main-spacing) / 2);
931+
color: var(--primary-light-color);
932+
}
933+
929934
/* not on mobile */
930935
@media (hover: hover) {
931936

932-
.socialIcon {
933-
margin-right: calc(var(--main-spacing) / 2);
934-
color: var(--primary-light-color);
935-
}
936-
937937
.socialIcon:hover {
938938
color: var(--secondary-light-color);
939939
}

0 commit comments

Comments
 (0)