Browse Source

fix text color of textarea in dark mode

Gildas 3 years ago
parent
commit
3ea1f2e0d5
1 changed files with 4 additions and 0 deletions
  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;
+    }
 }