Fix grey color

This commit is contained in:
Chocobozzz 2020-05-22 11:23:00 +02:00
parent f685bd98c7
commit 87572af66b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 5 additions and 1 deletions

View File

@ -11,4 +11,8 @@ body {
--textareaForegroundColor: #fff;
--textareaBackgroundColor: gray;
--markdownTextareaBackgroundColor: gray;
--greyForegroundColor: gray;
--actionButtonColor: gray;
--activatedActionButtonColor: #fff;
}

View File

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