Przeglądaj źródła

I confirmed the colors.

Shu Katabe 3 lat temu
rodzic
commit
c6d007a7b5

+ 3 - 3
packages/app/src/styles/theme/_apply-colors-dark.scss

@@ -277,11 +277,11 @@ ul.pagination {
   // Pagetree
   .grw-pagetree {
     @include override-list-group-item-for-pagetree(
-      $gray-200,
+      $color-sidebar-context,
       lighten($bgcolor-sidebar-context, 8%),
       lighten($bgcolor-sidebar-context, 15%),
-      $gray-500,
-      $gray-200,
+      darken($color-sidebar-context, 15%),
+      darken($color-sidebar-context, 10%),
       lighten($bgcolor-sidebar-context, 18%),
       lighten($bgcolor-sidebar-context, 24%)
     );