浏览代码

fix text color of textarea in dark mode

Gildas 3 年之前
父节点
当前提交
3ea1f2e0d5
共有 1 个文件被更改,包括 4 次插入0 次删除
  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;
+    }
 }