9 lines
178 B
CSS
9 lines
178 B
CSS
body {
|
|
--mainBackgroundColor: red !important;
|
|
}
|
|
|
|
#custom-css .header .icon-logo {
|
|
background: url('../../static/images/chocobo.png') no-repeat;
|
|
background-size: contain;
|
|
}
|