Browse Source

fix text color of textarea in dark mode

Gildas 3 năm trước cách đây
mục cha
commit
3ea1f2e0d5
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/extension/ui/pages/pendings.css

+ 4 - 0
src/extension/ui/pages/pendings.css

@@ -310,4 +310,8 @@ html.side-panel,
     .side-panel .result-cancel button {
         color: #fdfdfd;
     }
+
+    .popup-content main textarea {
+        color: black;
+    }
 }