Browse Source

FB compatible. The white theme is a separate task.

Shu Katabe 3 years ago
parent
commit
0c4597a540
1 changed files with 7 additions and 0 deletions
  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;
+    }
+  }
 }
 }
 
 
 /*
 /*