No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
background-image: url("/resources/assets/PageBackgroundHeader.png"); | background-image: url("/resources/assets/PageBackgroundHeader.png"); | ||
background-color: #1d1e1f; | background-color: #1d1e1f; | ||
background-size: | background-size: cover; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: top; | background-position: top; | ||
} | } |
Revision as of 00:32, 19 December 2022
/* CSS placed here will be applied to all skins */ .citizen-body-container { background-color: #14181f; border-radius: 10px; padding: 20px; } body { background-image: url("/resources/assets/PageBackgroundHeader.png"); background-color: #1d1e1f; background-size: cover; background-repeat: no-repeat; background-position: top; }