User:RainbowGem2/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
mNo edit summary
Cleared page
Tag: Blanking
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*** Theme ***/
:root {
  --theme-content-background: rgb(77 70 57 / 100%);
  --theme-text-header-color: rgb(233 220 200 / 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);
}
h1, h2, h3, h4, h5, h6 {
    color: var(--theme-text-header-color);
}
#mw-head-base {
  display: none;
}

Latest revision as of 13:43, 5 October 2024