We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88820f0 commit b5b7aa7Copy full SHA for b5b7aa7
app/global.css
@@ -926,14 +926,14 @@ make the text color a bit darker */
926
margin-right: calc(var(--main-spacing) / 2);
927
}
928
929
+.socialIcon {
930
+ margin-right: calc(var(--main-spacing) / 2);
931
+ color: var(--primary-light-color);
932
+}
933
+
934
/* not on mobile */
935
@media (hover: hover) {
936
- .socialIcon {
- margin-right: calc(var(--main-spacing) / 2);
- color: var(--primary-light-color);
- }
-
937
.socialIcon:hover {
938
color: var(--secondary-light-color);
939
0 commit comments