Browse Source

change dark mode bg color color darken

kaori 5 years ago
parent
commit
d8b8d86b8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/styles/scss/theme/_apply-colors-dark.scss

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

@@ -369,6 +369,6 @@ body.on-edit {
  */
 .growi .main {
   .page-comments-row {
-    background: $gray-900;
+    background: darken($gray-900, 5%);
   }
 }