commit | 984bf52b46bd6000bb9dd323bd9ffe1cc092d273 | [log] [tgz] |
---|---|---|
author | Henri Koivuneva <henri.koivuneva@gmail.com> | Sat Aug 12 14:51:57 2017 +0300 |
committer | Henri Koivuneva <henri.koivuneva@gmail.com> | Sat Aug 12 14:51:57 2017 +0300 |
tree | 16d1e945ee4c444369abf52dcd64ec1512c198f1 | |
parent | 83244a33c12effa2f215ca421c4505a45949e726 [diff] [blame] |
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 +}