diff --git a/src/main/webapp/WEB-INF/jsp/include/head.jsp b/src/main/webapp/WEB-INF/jsp/include/head.jsp index 7242af7..190e820 100644 --- a/src/main/webapp/WEB-INF/jsp/include/head.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/head.jsp @@ -28,15 +28,13 @@ " /> - - " /> " class="template-customizer-core-css" /> " class="template-customizer-theme-css" /> " /> " /> " /> - + " /> <%--link rel="stylesheet" href=" diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index 36539b9..545067e 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -1,20 +1,6 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> <%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> - - <%-- Navbar --%> diff --git a/src/main/webapp/resources/css/adds.css b/src/main/webapp/resources/css/adds.css index 1e6c59c..1642e94 100644 --- a/src/main/webapp/resources/css/adds.css +++ b/src/main/webapp/resources/css/adds.css @@ -2,6 +2,18 @@ /* 추후 개편 필요 임시 css */ +.navbar.bg-primary { + background-color: #35A354 !important; + color: #e0e1ff !important; +} + +.bg-navbar-theme .navbar-nav .show > .nav-link, +.bg-navbar-theme .navbar-nav .active > .nav-link, +.bg-navbar-theme .navbar-nav .nav-link.show, +.bg-navbar-theme .navbar-nav .nav-link.active { + color: #fff !important; +} + .current-row { - background-color: rgba(24, 171, 63, 0.16) !important; + background-color: rgba(24, 171, 63, 0.16); }