MediaWiki:Common.css: Difference between revisions

From Median-XL
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
/* Remove border and background from all TOCs */
/* Remove border and background from all TOCs */
#toc {
#toc {
     background: none;
     background: #131515;
}
}
.mw-file-description {
.mw-file-description {
background: #333333;
background: #333333;
}
}

Revision as of 19:51, 30 April 2024

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