Fix input colors

This commit is contained in:
Chocobozzz
2020-05-20 11:37:58 +02:00
parent f248ef9ebf
commit 463c5b46c8
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
body {
--mainBackgroundColor: #111111;
--mainForegroundColor: #fff;
--submenuColor: rgb(32, 32, 32);
--inputForegroundColor: #fff;
--inputBackgroundColor: gray;
--inputPlaceholderColor: #fff;
}