User:RainbowGem2/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
/*** Theme ***/
/*** Theme ***/
:root {
  --theme-content-background: rgb(70 67 41 / 55%);
}
body {
body {
   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;
Line 6: Line 9:
.mw-body {
.mw-body {
color: #e0d4b7;
color: #e0d4b7;
background: #6f6c5d;
background: var(--theme-content-background);
}
}



Revision as of 21:04, 8 September 2024

/*** Theme ***/
:root {
	  --theme-content-background: rgb(70 67 41 / 55%);
}
body {
  background: url(https://deadlocked.wiki/images/2/20/DeadlockWikiBG.png) top center / cover no-repeat fixed;
}

.mw-body {
	color: #e0d4b7;
	background: var(--theme-content-background);
}

#mw-head-base {
  display: none;
}