Преглед изворни кода

FB compatible. The white theme is a separate task.

Shu Katabe пре 4 година
родитељ
комит
0c4597a540
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      packages/app/src/styles/theme/_apply-colors-light.scss

+ 7 - 0
packages/app/src/styles/theme/_apply-colors-light.scss

@@ -224,6 +224,13 @@ $dropdown-link-active-bg: $bgcolor-dropdown-link-active;
       }
     }
   }
+  // List group
+  .list-group-item {
+    // TODO: fix color light theme
+    .page-list-snippet {
+      color: $gray-600;
+    }
+  }
 }
 
 /*