Use chocobo.png

This commit is contained in:
Chocobozzz
2019-07-16 16:00:11 +02:00
parent 4efab80a76
commit 429d7af3e5
4 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,8 @@
body {
--mainBackgroundColor: red !important;
}
#custom-css .header .icon-logo {
background: url('../../static/images/chocobo.png') no-repeat;
background-size: contain;
}