Support peertube 4.3

This commit is contained in:
Chocobozzz 2022-06-28 11:35:36 +02:00
parent 9bd2db9033
commit dc29f8a3cb
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 12 additions and 2 deletions

View File

@ -11,7 +11,7 @@ body {
--inputForegroundColor: #e0e0e1; --inputForegroundColor: #e0e0e1;
--inputBackgroundColor: #30363d; --inputBackgroundColor: #30363d;
--inputPlaceholderColor: #e0e0e1; --inputPlaceholderColor: #aaa;
--textareaForegroundColor: #e0e0e1; --textareaForegroundColor: #e0e0e1;
--textareaBackgroundColor: #30363d; --textareaBackgroundColor: #30363d;
@ -25,6 +25,7 @@ body {
--activatedActionButtonColor: #fff; --activatedActionButtonColor: #fff;
--channelBackgroundColor: rgb(32, 32, 32); --channelBackgroundColor: rgb(32, 32, 32);
--mainColorVeryLight: #30363d;
} }
@ -36,3 +37,12 @@ body {
border-radius: 20px; border-radius: 20px;
padding: 3px 4px 3px 8px; padding: 3px 4px 3px 8px;
} }
.dropdown-menu,
.dropdown-divider {
border-color: var(--inputBorderColor);
}
.dropdown-header {
color: var(--mainForegroundColor);
}

View File

@ -3,7 +3,7 @@
"version": "2.3.1", "version": "2.3.1",
"description": "PeerTube dark theme", "description": "PeerTube dark theme",
"engine": { "engine": {
"peertube": ">=2.2.0" "peertube": ">=4.2.0"
}, },
"keywords": [ "keywords": [
"peertube", "peertube",