Fix dark theme with PT 2.2

This commit is contained in:
Chocobozzz
2020-05-20 10:59:03 +02:00
parent 7dbee69153
commit f248ef9ebf
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@ body {
--mainBackgroundColor: #111111;
--mainForegroundColor: #fff;
--submenuColor: rgb(32, 32, 32);
--inputColor: gray;
--inputBackgroundColor: gray;
--inputPlaceholderColor: #fff;
}