Module:Template test case: Difference between revisions

Content deleted Content added
Allow args beginning and not beginning with _ in the nowiki bridge for consistency
fix text color in dark mode; this generally works but may cause problems, in which case revert or try specifying a color
Line 358:
:tag('div')
:css('background-color', isEqual and 'yellow' or '#90a8ee')
:css('color', 'black')
:css('font-weight', 'bold')
:css('padding', '0.2em')
Line 370 ⟶ 371:
:tag('div')
:css('background-color', isEqual and 'lightgreen' or 'yellow')
:css('color', 'black')
:css('font-weight', 'bold')
:css('padding', '0.2em')