From be45f53b7fd2eef26fc02e0679e0b2e3d56a67bb Mon Sep 17 00:00:00 2001 From: Chris Cheetham Date: Mon, 16 Nov 2020 12:00:34 -0500 Subject: [PATCH] Set info background that better contrasts logo --- start-client/src/styles/_main.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start-client/src/styles/_main.scss b/start-client/src/styles/_main.scss index cba40d36..bfa783ff 100644 --- a/start-client/src/styles/_main.scss +++ b/start-client/src/styles/_main.scss @@ -643,7 +643,8 @@ button.button { // Navigation .navigation { - background: $light-primary; + //background: $light-primary; + background: #585870; position: fixed; z-index: 199; left: 0;