19 lines
421 B
CSS
Raw Normal View History

2019-07-17 14:58:36 +02:00
body {
--mainBackgroundColor: #111111;
--mainForegroundColor: #fff;
2020-05-20 11:37:58 +02:00
2019-07-17 14:58:36 +02:00
--submenuColor: rgb(32, 32, 32);
2020-05-20 11:37:58 +02:00
--inputForegroundColor: #fff;
2020-05-20 10:59:03 +02:00
--inputBackgroundColor: gray;
2019-07-17 14:58:36 +02:00
--inputPlaceholderColor: #fff;
2020-05-20 13:52:38 +02:00
--textareaForegroundColor: #fff;
--textareaBackgroundColor: gray;
--markdownTextareaBackgroundColor: gray;
2020-05-22 11:23:00 +02:00
--greyForegroundColor: gray;
--actionButtonColor: gray;
--activatedActionButtonColor: #fff;
2019-07-17 14:58:36 +02:00
}