Support peertube 4.3
This commit is contained in:
parent
9bd2db9033
commit
dc29f8a3cb
@ -11,7 +11,7 @@ body {
|
||||
|
||||
--inputForegroundColor: #e0e0e1;
|
||||
--inputBackgroundColor: #30363d;
|
||||
--inputPlaceholderColor: #e0e0e1;
|
||||
--inputPlaceholderColor: #aaa;
|
||||
|
||||
--textareaForegroundColor: #e0e0e1;
|
||||
--textareaBackgroundColor: #30363d;
|
||||
@ -25,6 +25,7 @@ body {
|
||||
--activatedActionButtonColor: #fff;
|
||||
|
||||
--channelBackgroundColor: rgb(32, 32, 32);
|
||||
--mainColorVeryLight: #30363d;
|
||||
}
|
||||
|
||||
|
||||
@ -36,3 +37,12 @@ body {
|
||||
border-radius: 20px;
|
||||
padding: 3px 4px 3px 8px;
|
||||
}
|
||||
|
||||
.dropdown-menu,
|
||||
.dropdown-divider {
|
||||
border-color: var(--inputBorderColor);
|
||||
}
|
||||
|
||||
.dropdown-header {
|
||||
color: var(--mainForegroundColor);
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"version": "2.3.1",
|
||||
"description": "PeerTube dark theme",
|
||||
"engine": {
|
||||
"peertube": ">=2.2.0"
|
||||
"peertube": ">=4.2.0"
|
||||
},
|
||||
"keywords": [
|
||||
"peertube",
|
||||
|
Loading…
x
Reference in New Issue
Block a user