diff --git a/peertube-theme-dark/assets/style.css b/peertube-theme-dark/assets/style.css index 600ae81..242a620 100644 --- a/peertube-theme-dark/assets/style.css +++ b/peertube-theme-dark/assets/style.css @@ -18,4 +18,6 @@ body { --greyForegroundColor: gray; --actionButtonColor: gray; --activatedActionButtonColor: #fff; + + --channelBackgroundColor: rgb(32, 32, 32); }