Bläddra i källkod

Updated theming documentation on sidebar coloring

Nadav Tasher 6 månader sedan
förälder
incheckning
78f7c3e5bd
1 ändrade filer med 1 tillägg och 1 borttagningar
  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; }
 ```