diff --git a/static/dist/css/skins/skin-yellow-light.css b/static/dist/css/skins/skin-yellow-light.css index f3bdc20e..e3ecc7e0 100644 --- a/static/dist/css/skins/skin-yellow-light.css +++ b/static/dist/css/skins/skin-yellow-light.css @@ -59,7 +59,7 @@ .skin-yellow-light .wrapper, .skin-yellow-light .main-sidebar, .skin-yellow-light .left-side { - background-color: #f9fafc; + background-color: #ffffff; } .skin-yellow-light .content-wrapper, .skin-yellow-light .main-footer { @@ -94,7 +94,7 @@ font-weight: 600; } .skin-yellow-light .sidebar-menu > li > .treeview-menu { - background: #f4f4f5; + background: #ffffff; } .skin-yellow-light .sidebar a { color: #444444; @@ -108,6 +108,7 @@ .skin-yellow-light .treeview-menu > li.active > a, .skin-yellow-light .treeview-menu > li > a:hover { color: #000000; + background: #f4f4f5; } .skin-yellow-light .treeview-menu > li.active > a { font-weight: 600; diff --git a/templates/base.html b/templates/base.html index bb116492..26a89cbc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,7 +20,7 @@ -
+