peertube-theme-nctv-dark/peertube-theme-background-red/assets/style1.css

9 lines
178 B
CSS
Raw Normal View History

2019-07-16 09:53:38 +00:00
body {
--mainBackgroundColor: red !important;
}
2019-07-16 14:00:11 +00:00
#custom-css .header .icon-logo {
background: url('../../static/images/chocobo.png') no-repeat;
background-size: contain;
}