소스 검색

Updated theming documentation on sidebar coloring

Nadav Tasher 6 달 전
부모
커밋
78f7c3e5bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/Theme/Custom-CSS-themes.md

+ 1 - 1
docs/Theme/Custom-CSS-themes.md

@@ -128,7 +128,7 @@ Other:
 .card-details .card-details-header { background-color:#ccc; }
 
 /* sidebar */
-.sidebar-tongue, .sidebar-shadow { background-color:#666 !important; }
+.sidebar-tongue, .sidebar { background-color:#666 !important; }
 .sidebar-content h3, .sidebar-content .activity-desc { color:rgba(255,255,255,.7) !important; }
 ```