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

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