Procházet zdrojové kódy

fix text color of textarea in dark mode

Gildas před 3 roky
rodič
revize
3ea1f2e0d5
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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;
+    }
 }