CSS: Fix team name & social links color

Set them to the same as team role
diff --git a/css/style.css b/css/style.css
index 8ef9be5..97eed1f 100644
--- a/css/style.css
+++ b/css/style.css
@@ -292,9 +292,9 @@
 .highlight_secondary {
     color: #FFFFFF;
 }
-.team-role {
+.team-role, .team-name, .team-links-list a {
     color: #07374a;
 }
 .team-links {
 	padding-top: .75em;
-}
\ No newline at end of file
+}