User:RainbowGem2/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
   /*** body background ***/
   /*** body background ***/
   background: url("https://deadlocked.wiki/images/2/20/DeadlockWikiBG.png") top center/ cover no-repeat fixed;
   background: url("https://deadlocked.wiki/images/2/20/DeadlockWikiBG.png") top center/ cover no-repeat fixed;
   --page-base-background: rgb(50 50 50 / 0%);
   --theme-page-base-color: rgb(50 50 50 / 0%);
}
}

Revision as of 03:02, 6 September 2024

/*** Theme ***/

body {
  background: none;
}

:root{
  /*** body background ***/
  background: url("https://deadlocked.wiki/images/2/20/DeadlockWikiBG.png") top center/ cover no-repeat fixed;
  --theme-page-base-color: rgb(50 50 50 / 0%);
}