MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
table | table th { | ||
background-color: #008568 !important; | background-color: #008568 !important; | ||
color: white !important; | color: white !important; | ||
} | } | ||
table | table th a { | ||
color: white !important; | color: white !important; | ||
} | } |
Revision as of 04:27, 16 August 2022
/* CSS placed here will be applied to all skins */
.tocnumber { display: none !important; }
#mw-navigation, nav {
background-color: #008568 !important;
}
table th {
background-color: #008568 !important;
color: white !important;
}
table th a {
color: white !important;
}