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

Template:Souls & Stars/styles.css

Template page
#bodyContent a:not(.hatnote a) {
	background: var(--color-amaranth-legacy-scope);
	color: var(--color-surface-1);
	border-radius: var(--border-radius-base);
	padding: var(--space-xxs);
	transition: var(--transition-hover);
}

#bodyContent a:not(.hatnote a):focus,
#bodyContent a:not(.hatnote a):hover {
	background: transparent;
	color: var(--color-amaranth-legacy-scope);
	border-radius: var(--border-radius-base);
	padding: var(--space-xxs);
}