Explorar o código

change gray color lighter

kaori %!s(int64=5) %!d(string=hai) anos
pai
achega
b940aef54d
Modificáronse 1 ficheiros con 1 adicións e 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%);
   }
 }