Fix textarea colors
This commit is contained in:
parent
463c5b46c8
commit
f685bd98c7
@ -7,4 +7,8 @@ body {
|
|||||||
--inputForegroundColor: #fff;
|
--inputForegroundColor: #fff;
|
||||||
--inputBackgroundColor: gray;
|
--inputBackgroundColor: gray;
|
||||||
--inputPlaceholderColor: #fff;
|
--inputPlaceholderColor: #fff;
|
||||||
|
|
||||||
|
--textareaForegroundColor: #fff;
|
||||||
|
--textareaBackgroundColor: gray;
|
||||||
|
--markdownTextareaBackgroundColor: gray;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "peertube-theme-dark",
|
"name": "peertube-theme-dark",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"description": "PeerTube dark theme",
|
"description": "PeerTube dark theme",
|
||||||
"engine": {
|
"engine": {
|
||||||
"peertube": ">=2.2.0"
|
"peertube": ">=2.2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user