Template:Item/styles.css

From Space Station 14 Wiki
Revision as of 02:09, 21 May 2025 by Aliser (talk | contribs) (added style for unknown items)
.item {
	font-weight: bold;
}

.item.unknown {
	color: red;
}

.item-icon {
	margin-right: .1em;
}