Parcourir la source

change gray color lighter

kaori il y a 5 ans
Parent
commit
b940aef54d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/client/styles/scss/theme/_apply-colors-light.scss

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

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