MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 67: Line 67:
figcaption {
figcaption {
color: var(--bg-color);
color: var(--bg-color);
background-color: #061016;
background-color: #171D22;
}
}
/* Sticky Header */
/* Sticky Header */
.vector-sticky-header {
.vector-sticky-header {
background-color: #061016;
background-color: #4DB6B0;
}
}


/* Wikitables or Tables */
/* Wikitables or Tables */
.wikitable {
.wikitable {
background-color: #061016;
background-color: #171D22;
color: #ffffff;
color: #171D22;
margin: 1em 0;
margin: 1em 0;
border: 1px solid #a2a9b1;
border: 1px solid #4DB6B0;
border-collapse: collapse
border-collapse: collapse
}
}


.wikitable > tr > th, .wikitable > * > tr > th {
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #161616;
background-color: #171D22;
}
}