MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
Technochips (talk | contribs) m fixed evil minor tab overlap on main page |
Technochips (talk | contribs) better table colors |
||
| Line 186: | Line 186: | ||
@media screen { | @media screen { | ||
.toc,.toccolours,.catlinks,div.thumbinner { | .toc,.toccolours,.catlinks,div.thumbinner,.wikitable { | ||
background-color:#E5E0DC; | background-color:#E5E0DC; | ||
} | |||
.wikitable > * > tr > th { | |||
background-color: #583A31; | |||
color: #D2CDC8; | |||
} | } | ||
} | } | ||