MediaWiki:Common.css: Difference between revisions

dark mode white star fix
Tag: Reverted
No edit summary
Tag: Reverted
Line 141: Line 141:
     text-decoration: underline;
     text-decoration: underline;
     text-underline-offset: 2px;
     text-underline-offset: 2px;
}
/* ── INFOBOX — suppress phantom leading paragraphs ── */
#mw-content-text > .mw-parser-output > p:empty,
#mw-content-text > .mw-parser-output > p:first-child:empty {
    display: none;
    margin: 0;
    padding: 0;
}
}