From 1d09fe119a5b2541e8a09df99acc6f45792c20fa Mon Sep 17 00:00:00 2001 From: Amiee Lo Date: Thu, 26 Mar 2020 19:42:49 -0700 Subject: [PATCH] updated colors to match when opening logs --- src/Microsoft.Tye.Hosting/wwwroot/css/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Tye.Hosting/wwwroot/css/site.css b/src/Microsoft.Tye.Hosting/wwwroot/css/site.css index c688595a..d0c13452 100644 --- a/src/Microsoft.Tye.Hosting/wwwroot/css/site.css +++ b/src/Microsoft.Tye.Hosting/wwwroot/css/site.css @@ -82,13 +82,13 @@ app { } .sidebar .nav-item a, .top-nav-item a { - color: #d7d7d7; + color: white; border-radius: 4px; height: 3rem; display: flex; align-items: center; line-height: 3rem; - background-color: #3371e3; + background-color: #3d699b; } .sidebar .nav-item a.active, .top-nav-item a.active {