浏览代码

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; }
 ```