User:RainbowGem2/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
mNo edit summary
Tag: Manual revert
mNo edit summary
Line 2: Line 2:


body {
body {
   background: none;
   background: url("https://deadlocked.wiki/images/2/20/DeadlockWikiBG.png") top center/ cover no-repeat fixed;
}
 
:root{
  /*** body background ***/
  background: url("https://deadlocked.wiki/images/2/20/DeadlockWikiBG.png") top center/ cover no-repeat fixed;
}
}

Revision as of 03:05, 6 September 2024

/*** Theme ***/

body {
  background:  url("https://deadlocked.wiki/images/2/20/DeadlockWikiBG.png") top center/ cover no-repeat fixed;
}