diff --git a/html/ui/style.css b/html/ui/style.css
index 70dc771..e3c7a74 100644
--- a/html/ui/style.css
+++ b/html/ui/style.css
@@ -51,6 +51,11 @@ th, tr:last-child > td {
}
.red { color: #c00; }
+
+ textarea, input[type=text] {
+ background: #111;
+ color: #ddd;
+ }
}
header {