Template:Palette list/style.css: Difference between revisions

From Chicory: A Colorful Tale Wiki
Content deleted Content added
create style
(No difference)

Revision as of 00:28, 10 February 2024

.palettelist__root {
	list-style: none;
	margin: 0;
	padding: 0;
}

.palettelist__item {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 4px;
}