Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 8: Line 8:


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     color: #DDDDDD; /* @color-base */
     color: #DDD; /* @color-base */
}
}


Line 24: Line 24:
.wikitable > tr > th, .wikitable > * > tr > th {
.wikitable > tr > th, .wikitable > * > tr > th {
     background-color: #331616;
     background-color: #331616;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
  border-color: #494949;
}
}