Closed posimagi closed 1 year ago
Wikitext changes (needs to be done on all pages after CSS propagation):
weaponlist
R-Highlight-Blue
BGCOLOR
background-color
Light mode current appearance:
Light mode CSS:
table.weaponlist { background: #799bfb; } table.weaponlist th { background: #b7cbfe; } table.weaponlist tr { background: #e3eafd; } table.weaponlist tr td:first-child() { background: #ccccff; }
Light mode result:
Dark mode current appearance:
Dark mode CSS:
table.weaponlist { background: #042786; } table.weaponlist th { background: #011546; } table.weaponlist tr { background: #02091d; } table.weaponlist tr td:first-child() { background: #000033; }
Dark mode result:
Wikitext to-do:
Done, courtesy of Funkworkz.
Wikitext changes (needs to be done on all pages after CSS propagation):
weaponlist
andR-Highlight-Blue
to tableBGCOLOR
andbackground-color
from table (including headers)Light mode current appearance:
Light mode CSS:
Light mode result:
Dark mode current appearance:
Dark mode CSS:
Dark mode result: