Fix input colors
This commit is contained in:
parent
f248ef9ebf
commit
463c5b46c8
@ -1,7 +1,10 @@
|
|||||||
body {
|
body {
|
||||||
--mainBackgroundColor: #111111;
|
--mainBackgroundColor: #111111;
|
||||||
--mainForegroundColor: #fff;
|
--mainForegroundColor: #fff;
|
||||||
|
|
||||||
--submenuColor: rgb(32, 32, 32);
|
--submenuColor: rgb(32, 32, 32);
|
||||||
|
|
||||||
|
--inputForegroundColor: #fff;
|
||||||
--inputBackgroundColor: gray;
|
--inputBackgroundColor: gray;
|
||||||
--inputPlaceholderColor: #fff;
|
--inputPlaceholderColor: #fff;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "peertube-theme-dark",
|
"name": "peertube-theme-dark",
|
||||||
"version": "2.2.0",
|
"version": "2.2.1",
|
||||||
"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