2019-07-17 12:58:36 +00:00
|
|
|
body {
|
|
|
|
--mainBackgroundColor: #111111;
|
|
|
|
--mainForegroundColor: #fff;
|
2020-05-20 09:37:58 +00:00
|
|
|
|
2021-05-11 13:43:34 +00:00
|
|
|
/* Compat with PeerTube < 3.2 */
|
2019-07-17 12:58:36 +00:00
|
|
|
--submenuColor: rgb(32, 32, 32);
|
2020-05-20 09:37:58 +00:00
|
|
|
|
2021-05-11 13:43:34 +00:00
|
|
|
--submenuBackgroundColor: rgb(32, 32, 32);
|
|
|
|
|
2020-05-20 09:37:58 +00:00
|
|
|
--inputForegroundColor: #fff;
|
2020-05-20 08:59:03 +00:00
|
|
|
--inputBackgroundColor: gray;
|
2019-07-17 12:58:36 +00:00
|
|
|
--inputPlaceholderColor: #fff;
|
2020-05-20 11:52:38 +00:00
|
|
|
|
|
|
|
--textareaForegroundColor: #fff;
|
|
|
|
--textareaBackgroundColor: gray;
|
|
|
|
--markdownTextareaBackgroundColor: gray;
|
2020-05-22 09:23:00 +00:00
|
|
|
|
|
|
|
--greyForegroundColor: gray;
|
|
|
|
--actionButtonColor: gray;
|
|
|
|
--activatedActionButtonColor: #fff;
|
2021-05-31 15:26:19 +00:00
|
|
|
|
|
|
|
--channelBackgroundColor: rgb(32, 32, 32);
|
2019-07-17 12:58:36 +00:00
|
|
|
}
|