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

15 lines
322 B
CSS

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