소스 검색

changed header bg color

Harlan Iverson 7 년 전
부모
커밋
b075a4cc41
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/resources/templates/themes/ispooge/css/screen.css

+ 2 - 2
app/resources/templates/themes/ispooge/css/screen.css

@@ -24,7 +24,7 @@ body {
 }
 
 .navbar-default {
-    background-color: #428bca;
+    background-color: black;
     border: none;
 }
 
@@ -60,7 +60,7 @@ body {
 }
 
 .dropdown-menu {
-    background-color: #428bca;
+    background-color: black;
 }
 
 .dropdown-header {