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

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