MediaWiki:Common.css: Difference between revisions

Edited table style
(adding fix for gallery thumbnails)
(Edited table style)
Tag: Reverted
Line 176: Line 176:
.diff-addedline .diffchange {
.diff-addedline .diffchange {
   background: #4d6479;
   background: #4d6479;
}
/* Table style */
th {
background-color: #4A31FF;
border-color: #4A31FF;
}
tr {
background-color:black;
color:white;
border-color: #4A31FF;
}
}