Template:InfoBox/styles.css: Difference between revisions

From Aphelium
No edit summary
No edit summary
Line 6: Line 6:
font-size: 1.125rem;
font-size: 1.125rem;
font-weight: bold;
font-weight: bold;
}
.infobox-separator {
background: #00d2ff;
}
}

Revision as of 22:06, 20 May 2023

.infobox {
	display: flex;
	flex-direction: column;
}
.infobox-name {
	font-size: 1.125rem;
	font-weight: bold;
}
.infobox-separator {
	background: #00d2ff;
}