From cd5120646257ed81f34e8be2c9c103d447d98598 Mon Sep 17 00:00:00 2001 From: David Joy Date: Tue, 8 Dec 2020 11:13:12 -0500 Subject: [PATCH] Fixes tab color, according to rebrand UX feedback (#296) --- src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index 3a48727e..4d3a541c 100755 --- a/src/index.scss +++ b/src/index.scss @@ -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;