User:RainbowGem2/common.css: Difference between revisions
Jump to navigation
Jump to search
RainbowGem2 (talk | contribs) mNo edit summary |
RainbowGem2 (talk | contribs) 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: | background: var(--theme-content-background); | ||
} | } | ||