/* Fix red italic text (UIkit / Warp) */
em,
i {
    color: inherit !important;
    font-style: italic;
}
