Fix grey color
This commit is contained in:
parent
f685bd98c7
commit
87572af66b
@ -11,4 +11,8 @@ body {
|
|||||||
--textareaForegroundColor: #fff;
|
--textareaForegroundColor: #fff;
|
||||||
--textareaBackgroundColor: gray;
|
--textareaBackgroundColor: gray;
|
||||||
--markdownTextareaBackgroundColor: gray;
|
--markdownTextareaBackgroundColor: gray;
|
||||||
|
|
||||||
|
--greyForegroundColor: gray;
|
||||||
|
--actionButtonColor: gray;
|
||||||
|
--activatedActionButtonColor: #fff;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "peertube-theme-dark",
|
"name": "peertube-theme-dark",
|
||||||
"version": "2.2.2",
|
"version": "2.2.3",
|
||||||
"description": "PeerTube dark theme",
|
"description": "PeerTube dark theme",
|
||||||
"engine": {
|
"engine": {
|
||||||
"peertube": ">=2.2.0"
|
"peertube": ">=2.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user