diff --git a/src/main/webapp/WEB-INF/views/common/menuBar.jsp b/src/main/webapp/WEB-INF/views/common/menuBar.jsp index 88b0dfa..ec0d136 100644 --- a/src/main/webapp/WEB-INF/views/common/menuBar.jsp +++ b/src/main/webapp/WEB-INF/views/common/menuBar.jsp @@ -35,7 +35,7 @@ /* nav */ .nav{ - background-color: rgba(0, 0, 0, 0.9); + background-color: rgba(0,0,0,0.9); height: 50px; } @@ -49,7 +49,7 @@ vertical-align : middle; font-size : 30px; background : black; - color : white; + color : #fffff5; justify-content:center; float:left; align-items:center; @@ -81,8 +81,8 @@