mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00

- Improved routing structure - Improved style imports across site - Added placeholder player-settings pages for Factorio and Minecraft
10 lines
250 B
CSS
10 lines
250 B
CSS
html{
|
|
background-image: url('../../static/backgrounds/oceans/oceans-0002.png');
|
|
background-repeat: repeat;
|
|
background-size: 250px 250px;
|
|
}
|
|
|
|
#base-header{
|
|
background: url('../../static/backgrounds/header/ocean-header.png') repeat-x;
|
|
}
|