Template:Badge/styles.css

From IxWiki
Revision as of 00:35, 2 August 2024 by Heku (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.template-badge {
	padding: var( --space-xxs ) var( --space-xs );
	border-radius: var( --border-radius--small );
	background-color: var( --color-surface-2 );
	color: var( --color-emphasized );
	font-size: var( --font-size-x-small );
	font-weight: var( --font-weight-medium );
	line-height: 1;
	letter-spacing: 0.025em;
}