Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done! See here for Indie Wiki Jam Info!

Difference between revisions of "MediaWiki:Monobook.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
Line 10: Line 10:
padding:2em;
padding:2em;
box-shadow:0 0 8px -4px #000000;
box-shadow:0 0 8px -4px #000000;
}
@media (prefers-color-scheme: dark){
.mw-body {
background: #282828;
color: #DEDEDE;
}
}
}