top msg color improved for dark mode

This commit is contained in:
mic 2024-12-25 19:58:37 +01:00
parent 03302eb35f
commit 4289f4eb0e

View file

@ -222,4 +222,8 @@ input.option-input[type="text"]{
filter: invert(1);
}
#mzta_top_msg div{
background-color: rgb(2, 0, 100);
}
}