No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mainPageTable { | |||
color:white; | |||
} | |||
.mainPageGame { | .mainPageGame { | ||
background-position: center; | background-position: center; |
Revision as of 21:56, 5 September 2023
/* CSS placed here will be applied to all skins */ .mainPageTable { color:white; } .mainPageGame { background-position: center; background-size: cover; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/17/Laststandkeyart.jpg"); }