MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Line 689: Line 689:
/* Table styling */
/* Table styling */
.wikitable {
.wikitable {
     background-color: rgb(31, 30, 30) !important;
     background-color: var(--bg3wiki-wikitable-bg) !important;
     border: 1px solid #242322;
     border: var(--bg3wiki-box-border) !important;
    border-color: rgb(36, 35, 34) !important;
     border-collapse: collapse !important;
     border-collapse: collapse !important;
     margin: 1em 0 !important;
     margin: 1em 0 !important;
Line 703: Line 702:


table.wikitable td {
table.wikitable td {
     background-color: rgb(31, 30, 30) !important;
     background-color: var(--bg3wiki-wikitable-bg) !important;
     border: 1px solid #242322;
     border: var(--bg3wiki-wikitable-border) !important;
    border-color: rgb(36, 35, 34) !important;
}
}


.wikitable th {
.wikitable th {
     background-color: rgb(35, 35, 36) !important;
     background-color: var(--bg3wiki-wikitable-header-bg) !important;
     border: 1px solid #242322;
     border: var(--bg3wiki-wikitable-border) !important;
    border-color: rgb(36, 35, 34) !important;
}
}


.wikitable th[scope=row],
.wikitable th[scope=row],