Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Tess list entry/styles.css: Difference between revisions

Template page
Content deleted Content added
No edit summary
No edit summary
Line 2: Line 2:
border-bottom: solid var(--border-width-thick) var(--color-amaranth-legacy-scope);
border-bottom: solid var(--border-width-thick) var(--color-amaranth-legacy-scope);
margin-bottom: var(--space-xs);
margin-bottom: var(--space-xs);
}

.template-tess-list-entry-subtitle {
font-style: italic;
}
}

Revision as of 02:03, June 29, 2025

.template-tess-list-entry-title {
	border-bottom: solid var(--border-width-thick) var(--color-amaranth-legacy-scope);
	margin-bottom: var(--space-xs);
}

.template-tess-list-entry-subtitle {
	font-style: italic;
}