Module:Infobox/styles.css: Difference between revisions

Richard470l (talk | contribs)
m 1 revision imported: infoboxes
en>Jonesey95
fix text color in dark mode; this generally works but may cause problems, in which case revert or try specifying a different CSS value. background-color: transparent is generally not advised, but if it is necessary, it needs color:inherit.
Line 21: Line 21:
float: none;
float: none;
background-color: transparent;
background-color: transparent;
    color:inherit;
}
}