487
edits
mNo edit summary |
mNo edit summary |
||
| Line 62: | Line 62: | ||
/* Change table of contents color */ | /* Change table of contents color */ | ||
.toccolours { | .toc, | ||
.mw-warning, | |||
.toccolours, | |||
body.skin-monobook .toccolours { | |||
background-color:#f8f9fa; | background-color:#f8f9fa; | ||
} | } | ||
| Line 73: | Line 76: | ||
/* Change wikitable color */ | /* Change wikitable color */ | ||
.wikitable { | .wikitable { | ||
background-color:# | background-color:#bcbfc6; | ||
} | |||
/* Change wikitable border color */ | |||
.wikitable > tr > th, | |||
.wikitable > tr > td, | |||
.wikitable > * > tr > th, | |||
.wikitable > * > tr > td { | |||
border:1px solid #171717; | |||
padding:0.2em 0.4em | |||
} | } | ||
edits