Просмотр исходного кода

FB compatible. The white theme is a separate task.

Shu Katabe 3 лет назад
Родитель
Сommit
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;
+    }
+  }
 }
 
 /*