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: # | background: #302e2e; | ||
} | } | ||
.mw-file-description { | .mw-file-description { | ||
background: #333333; | background: #333333; | ||
} | } |
Revision as of 18:52, 30 April 2024
/* Remove border and background from all TOCs */ #toc { background: #302e2e; } .mw-file-description { background: #333333; }