Fix input colors
This commit is contained in:
parent
f248ef9ebf
commit
463c5b46c8
@ -1,7 +1,10 @@
|
||||
body {
|
||||
--mainBackgroundColor: #111111;
|
||||
--mainForegroundColor: #fff;
|
||||
|
||||
--submenuColor: rgb(32, 32, 32);
|
||||
|
||||
--inputForegroundColor: #fff;
|
||||
--inputBackgroundColor: gray;
|
||||
--inputPlaceholderColor: #fff;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "peertube-theme-dark",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"description": "PeerTube dark theme",
|
||||
"engine": {
|
||||
"peertube": ">=2.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user