Template:Item/styles.css: Difference between revisions

From Space Station 14 Wiki
Aliser (talk | contribs)
Undo revision 12226 by Aliser (talk) migration not happening my new code sucks
Tag: Undo
Aliser (talk | contribs)
added style for unknown items
Line 1: Line 1:
.item {
.item {
font-weight: bold;
font-weight: bold;
}
.item.unknown {
color: red;
}
}



Revision as of 02:09, 21 May 2025

.item {
	font-weight: bold;
}

.item.unknown {
	color: red;
}

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