User:Tempest Dawn

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search

Projects

To-do certainly

  • Fix link colors in dark-mode STDT table headers
  • Make sure all alias templates in add screenreader accessible labels

To-do probably

To-do maybe


.mw-parser-output table.stdt__table_v2 th a {
  text-decoration: underline;
  color: var(--stdt__table-heading-link-color);
}

.mw-parser-output table.stdt__table_v2.mech2 {
  --stdt__table-heading-link-color: #224e59;
}

html.view-dark .mw-parser-output table.stdt__table_v2.mech2 {
  --stdt__table-heading-link-color: #084f60;
}