소스 검색

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%);
   }
 }