Module talk:Adjacent stations/BART
Appearance
![]() | This module does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||
|
Adding overcolored template
I am adding the {{overcolored}} template to the documentation for this module.
I believe the following lines of code are causing BART station infoboxes to display section titles which violate WCAG 2.1 AA accessibility rules for contrast:
["header background color"] = "0099d8",
["header text color"] = "ffffff",
I believe more accessible code would be:
["header background color"] = "0099d8",
["header text color"] = "000000",