Fix textarea colors

This commit is contained in:
Chocobozzz 2020-05-20 13:52:38 +02:00
parent 463c5b46c8
commit f685bd98c7
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
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;
}

View File

@ -1,6 +1,6 @@
{
"name": "peertube-theme-dark",
"version": "2.2.1",
"version": "2.2.2",
"description": "PeerTube dark theme",
"engine": {
"peertube": ">=2.2.0"