User:Willowisp/common.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.test ::after {
.test ::after {
content: " · ";
content: " · ";
font-weight: bold;
}
}



Revision as of 20:29, 22 October 2023

.test ::after {
	content: " · ";
	font-weight: bold;
}

.test :last-child::after {
	content: none;
}