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

19 lines
421 B
CSS

body {
--mainBackgroundColor: #111111;
--mainForegroundColor: #fff;
--submenuColor: rgb(32, 32, 32);
--inputForegroundColor: #fff;
--inputBackgroundColor: gray;
--inputPlaceholderColor: #fff;
--textareaForegroundColor: #fff;
--textareaBackgroundColor: gray;
--markdownTextareaBackgroundColor: gray;
--greyForegroundColor: gray;
--actionButtonColor: gray;
--activatedActionButtonColor: #fff;
}