Fixes tab color, according to rebrand UX feedback (#296)

This commit is contained in:
David Joy
2020-12-08 11:13:12 -05:00
committed by GitHub
parent 0cb97db7eb
commit cd51206462

View File

@@ -83,7 +83,7 @@
.nav-link {
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
color: theme-color('gray', 400);
color: theme-color('gray', 700);
// temporary until we can remove .btn class from dropdowns
border-left: 0;