Module:If preview/styles.css: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
imported>Rox m (1 revision imported) |
(Dark mode css) |
||
| Line 5: | Line 5: | ||
padding-left: 1.6em; |
padding-left: 1.6em; |
||
margin-bottom: 0.5em; |
margin-bottom: 0.5em; |
||
| − | color: red; |
+ | color: var(--color-error, red); |
} |
} |
||
Revision as of 16:29, 16 July 2025
/* {{pp|small=yes}} */
.preview-warning {
font-style: italic;
/* @noflip */
padding-left: 1.6em;
margin-bottom: 0.5em;
color: var(--color-error, red);
}
/* The templatestyles element inserts a link element before hatnotes.
* TODO: Remove link if/when WMF resolves T200206 */
.preview-warning + link + .preview-warning {
margin-top: -0.5em;
}