Compat with peertube 3.2

This commit is contained in:
Chocobozzz 2021-05-11 15:43:34 +02:00
parent 3b0de0708c
commit 90157291e1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -2,8 +2,11 @@ body {
--mainBackgroundColor: #111111;
--mainForegroundColor: #fff;
/* Compat with PeerTube < 3.2 */
--submenuColor: rgb(32, 32, 32);
--submenuBackgroundColor: rgb(32, 32, 32);
--inputForegroundColor: #fff;
--inputBackgroundColor: gray;
--inputPlaceholderColor: #fff;