Browse Source

Fix mobile social menu color bug.

Jeff Ong 4 years ago
parent
commit
b5aca3e456
1 changed files with 4 additions and 0 deletions
  1. 4 0
      spearhead/assets/sass/_header.scss

+ 4 - 0
spearhead/assets/sass/_header.scss

@@ -83,6 +83,10 @@ $site-branding-height: 68px;
 					color: var(--primary-nav--dropdown-color-link);
 				}
 			}
+
+			.social-navigation a {
+				color: var(--primary-nav--dropdown-color-link);
+			}
 		}
 
 		button#primary-close-menu {