MediaWiki:Common.css: Difference between revisions

From Rebellious Projects Wiki
Created page with "body, #globalWrapper { background: url("/resources/assets/background.png") 0 0 repeat !important; }"
 
No edit summary
Line 1: Line 1:
body, #globalWrapper {
body {
     background: url("/resources/assets/background.png") 0 0 repeat !important;
     background: url("/resources/assets/background.png") 0 0 repeat !important;
    background-size: 75px;
}
}

Revision as of 01:02, 14 March 2026

body {
    background: url("/resources/assets/background.png") 0 0 repeat !important;
    background-size: 75px;
}