9 lines
178 B
CSS
Raw Normal View History

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