Changes
Jump to navigation
Jump to search
Line 1:
Line 1:
+
+
Line 852:
Line 854:
− +
fix text color in dark mode; this generally works but may cause problems, in which case revert or try specifying a different CSS value
require('strict')
local p = {}
local p = {}
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)