MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(fixing wikitables)
mNo edit summary
Line 196: Line 196:
/* Fix colors of wikitables */
/* Fix colors of wikitables */
.wikitable {
.wikitable {
   background-color: #4A31FF;
   background-color: black;
  border-color: #4A31FF;
   color: #fff;
   color: #fff;
}
}
.wikitable > tr > th, .wikitable > * > tr > th {
.wikitable > tr > th, .wikitable > * > tr > th {
     background-color: #4A31FF;
     background-color: black;
    border-color: #4A31FF;
     text-align: center;
     text-align: center;
}
}

Navigation menu