MediaWiki:Common.css: Difference between revisions

From Median-XL
No edit summary
No edit summary
Line 1: Line 1:
/* Remove border and background from all TOCs */
/* Remove border and background from all TOCs */
#toc {
#toc {
     background: #302e2e;
     background: #212121;
}
}
.mw-file-description {
.mw-file-description {
background: #333333;
background: #333333;
}
}

Revision as of 19:53, 30 April 2024

/* Remove border and background from all TOCs */
#toc {
    background: #212121;
}
.mw-file-description {
	background: #333333;
}