Difference between revisions of "MediaWiki:Common.css"
From Sim Settlements
(Created page with "→CSS placed here will be applied to all skins: .toc { background-color: #black; border-radius: 10px 10px 10px 10px; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.toc { | .toc { | ||
− | background-color: #black; | + | background-color: #black !important; |
border-radius: 10px 10px 10px 10px; | border-radius: 10px 10px 10px 10px; | ||
} | } |
Revision as of 14:38, 14 May 2017
/* CSS placed here will be applied to all skins */ .toc { background-color: #black !important; border-radius: 10px 10px 10px 10px; }