peertube-theme-nctv-dark/peertube-theme-dark/assets/style.css

22 lines
502 B
CSS
Raw Normal View History

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;
2019-07-17 12:58:36 +00:00
}