Ver código fonte

change gray color lighter

kaori 5 anos atrás
pai
commit
b940aef54d

+ 1 - 1
src/client/styles/scss/theme/_apply-colors-light.scss

@@ -299,6 +299,6 @@ $table-hover-bg: $bgcolor-table-hover;
  */
  */
 .growi .main {
 .growi .main {
   .page-comments-row {
   .page-comments-row {
-    background: $gray-100;
+    background: lighten($gray-100, 3%);
   }
   }
 }
 }