Browse Source

apply colors to slack-notification bg-color on monoblue dark

kaori 5 năm trước cách đây
mục cha
commit
2ac0b031f8
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/client/styles/scss/theme/mono-blue.scss

+ 5 - 0
src/client/styles/scss/theme/mono-blue.scss

@@ -202,4 +202,9 @@ html[dark] {
       @include three-stranded-button(lighten($primary, 30%), $primary, darken($primary, 10%), darken($primary, 20%));
     }
   }
+  .grw-slack-notification {
+    .form-control {
+      background: $themedark;
+    }
+  }
 }