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
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,9 +1,9 @@
{ {
"name": "peertube-theme-dark", "name": "peertube-theme-dark",
"version": "0.0.2", "version": "2.2.0",
"description": "PeerTube dark theme", "description": "PeerTube dark theme",
"engine": { "engine": {
"peertube": ">=1.3.0" "peertube": ">=2.2.0"
}, },
"keywords": [ "keywords": [
"peertube", "peertube",