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

53 lines
1.0 KiB
CSS
Raw Normal View History

2019-07-17 12:58:36 +00:00
body {
--mainBackgroundColor: #111111;
2022-03-15 13:09:23 +00:00
--mainForegroundColor: #e0e0e1;
--mainBackgroundHoverColor: #30343b;
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);
2022-03-15 13:09:23 +00:00
--inputForegroundColor: #e0e0e1;
--inputBackgroundColor: #30363d;
2022-06-28 09:35:36 +00:00
--inputPlaceholderColor: #aaa;
2022-03-15 13:09:23 +00:00
--textareaForegroundColor: #e0e0e1;
--textareaBackgroundColor: #30363d;
--markdownTextareaBackgroundColor: #30363d;
2020-05-20 11:52:38 +00:00
2022-03-15 13:09:23 +00:00
--greyForegroundColor: #bbb;
--greyBackgroundColor: #232830;
--greySecondaryBackgroundColor: #30343b;
2020-05-22 09:23:00 +00:00
2022-03-15 13:09:23 +00:00
--actionButtonColor: #bbb;
2020-05-22 09:23:00 +00:00
--activatedActionButtonColor: #fff;
2021-05-31 15:26:19 +00:00
--channelBackgroundColor: rgb(32, 32, 32);
2022-09-26 09:23:26 +00:00
--mainColorVeryLight: #292121;
2019-07-17 12:58:36 +00:00
}
2022-03-15 14:06:29 +00:00
.icon-logo {
min-width: 29px;
min-height: 29px;
background-color: #fff;
background-origin: content-box;
border-radius: 20px;
padding: 3px 4px 3px 8px;
}
2022-06-28 09:35:36 +00:00
.dropdown-menu,
.dropdown-divider {
border-color: var(--inputBorderColor);
}
.dropdown-header {
color: var(--mainForegroundColor);
}
2022-09-26 09:23:26 +00:00
.accordion-button {
background-color: #292121;
}