User:AlphSpirit/common.css: Difference between revisions

From TombstoneMMO Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
}
}
#content {
#content {
background-color: #cefff0;
background-color: rgba(128, 158, 149, 0.2);
}
}

Revision as of 16:09, 13 January 2025

body {
	background-color: #f3e9c7;
}
#mw-page-base {
	background: none;
}
#content {
	background-color: rgba(128, 158, 149, 0.2);
}