Template:Patch Card list/row/styles.css

Template page
.modcard-effects {
	display: flex;
	flex-direction: column;
	row-gap: 0.25rem;
}

.modcard-effect {
	width: 100%;
	padding: 0 0.5rem;
	border-radius: 0.25rem;
	color: black;
}

.modcard-effect-buff {
	background: #ffbd18;
}

.modcard-effect-debuff {
	background: #b55ade;
}