Fix textarea colors

This commit is contained in:
Chocobozzz
2020-05-20 13:52:38 +02:00
parent 463c5b46c8
commit f685bd98c7
2 changed files with 5 additions and 1 deletions

View File

@ -7,4 +7,8 @@ body {
--inputForegroundColor: #fff;
--inputBackgroundColor: gray;
--inputPlaceholderColor: #fff;
--textareaForegroundColor: #fff;
--textareaBackgroundColor: gray;
--markdownTextareaBackgroundColor: gray;
}