MediaWiki:Timeless.css: Difference between revisions

From Inklupedia
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: .color-middle { background: #000000; }")
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
.color-middle {
.color-middle {
background: #000000;
background: #222222;
}
}

Revision as of 20:18, 7 January 2024

/* All CSS here will be loaded for users of the Timeless skin */
.color-middle {
	background: #222222;
}