From e4d898c7a4864a2a01d5f56b40c009e7e9dd07ba Mon Sep 17 00:00:00 2001
From: Nicole Finks <nicole.finks@utsouthwestern.edu>
Date: Wed, 17 Jul 2019 12:34:19 -0500
Subject: [PATCH] [format changes]

---
 static/css/sidenavRepository.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/css/sidenavRepository.css b/static/css/sidenavRepository.css
index cd72e8e..5a5047e 100644
--- a/static/css/sidenavRepository.css
+++ b/static/css/sidenavRepository.css
@@ -29,13 +29,13 @@
 
 /* On mouse-over */
 .sidenav a:hover, .dropdown-btn:hover {
-  color: #FFF;
+  color:  #cacfd2  ;
 } 
 
 
 /* Add an active class to the active dropdown button */
 .active {
-  background-color: green;
+  background-color: #909497  ;
   color: white;
 }
 
-- 
GitLab