From 4289f4eb0e5537e81b513946c0b9f0581f93cd4c Mon Sep 17 00:00:00 2001 From: mic Date: Wed, 25 Dec 2024 19:58:37 +0100 Subject: [PATCH] top msg color improved for dark mode --- options/mzta-options.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options/mzta-options.css b/options/mzta-options.css index 8044eb8d..77a05fef 100644 --- a/options/mzta-options.css +++ b/options/mzta-options.css @@ -222,4 +222,8 @@ input.option-input[type="text"]{ filter: invert(1); } + #mzta_top_msg div{ + background-color: rgb(2, 0, 100); + } + } \ No newline at end of file