feat: tweak wikitable styles

move text-align left from th to table so it can be easily overriden
This commit is contained in:
alistair3149 2021-04-28 10:37:36 -04:00
parent 00277609f5
commit bf8d9274fa
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -3,10 +3,11 @@ table.wikitable {
background-color: transparent; // Override core MW styles
border-collapse: collapse;
color: var( --color-base ); // Override core MW styles
text-align: left; // So that it can be overrided from table element
caption {
margin-top: @content-margin-top;
font-weight: 700;
font-weight: 600;
text-align: left;
}
@ -17,8 +18,7 @@ table.wikitable {
background-color: transparent;
color: var( --color-base--subtle );
font-size: @content-caption-size;
font-weight: 600;
text-align: left;
font-weight: 500;
}
td {