Template:Infobox government/styles.css: Difference between revisions

Correct dark mode infobox colors
Prevent ordinary infobox labels from wrapping
Tag: Reverted
Line 372: Line 372:
color: #ff6b6b;
color: #ff6b6b;
}
}
}
/* Infobox label wrapping correction for VU infoboxes. */
.infobox .infobox-label {
white-space: nowrap;
}
}