瀏覽代碼

change gray color lighter

kaori 5 年之前
父節點
當前提交
b940aef54d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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%);
   }
 }