MediaWiki:Timeless.css: Difference between revisions

From Inklupedia
No edit summary
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: #222222;
background: #d19f42;
}
}
.color-left {
.color-left {
Line 8: Line 8:


.color-right {
.color-right {
background: #222222 !important;
background: #d19f42 !important;
}
}

Revision as of 20:23, 7 January 2024

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

.color-right {
	background: #d19f42 !important;	
}