Content deleted Content added
check contrast ratios in CSS styles |
No edit summary |
||
Line 274:
local function isIllegible()
local
for key, style in pairs(args) do
if key:match("style$") then
if
return true
end
|