소스 검색

fixed missing css rules

Skylsmoi 8 년 전
부모
커밋
5be793ef14
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      tracim/tracim/public/assets/css/bootstrap.css

+ 4 - 1
tracim/tracim/public/assets/css/bootstrap.css 파일 보기

@@ -6769,7 +6769,10 @@ button.close {
6769 6769
 .textMenuColor-hover {
6770 6770
   color: #333;
6771 6771
 }
6772
+.bg-primary {
6773
+  background-color: #555;
6774
+}
6772 6775
 .bg-secondary {
6773
-  background-color: #2f4433;
6776
+  background-color: #f5f5f5;
6774 6777
 }
6775 6778
 /*# sourceMappingURL=bootstrap.css.map */