From 30a69346983a46ce8208a6294f538941d087510e Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 26 Sep 2024 21:52:24 +0200 Subject: [PATCH] added some colors declaration --- popup/mzta-popup.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/popup/mzta-popup.css b/popup/mzta-popup.css index 628a9004..3479aeea 100644 --- a/popup/mzta-popup.css +++ b/popup/mzta-popup.css @@ -1,5 +1,6 @@ body { background-color: #FAFAFA; + color:black; font-size: 14px; padding: 1px; margin:3px; @@ -63,6 +64,7 @@ body { body{ background-color: #2c2c2c; + color: #ffffff; } #mzta_search_input {