Changes

Jump to navigation Jump to search
fix text color in dark mode; this generally works but may cause problems, in which case revert or try specifying a different CSS value
Line 1: Line 1:  +
require('strict')
 +
 
local p = {}
 
local p = {}
   Line 852: Line 854:  
local result = {}
 
local result = {}
 
local data = args.data
 
local data = args.data
local default = 'background-color:#efefef' -- Default background color for {{Infobox station}}
+
local default = 'color:inherit;background-color:#efefef' -- Default text and background color for {{Infobox station}}
 
if system or data then
 
if system or data then
 
data = data or getData(system, true)
 
data = data or getData(system, true)
Anonymous user

Navigation menu