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 {
:root {
  --theme-content-background: rgb(30 30 30 / 100%);
  --theme-content-background: rgb(65 65 55 / 100%);
}
}
body {
body {

Revision as of 21:21, 8 September 2024

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

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

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