Explorar el Código

change gray color lighter

kaori hace 5 años
padre
commit
b940aef54d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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%);
   }
 }