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
Revision as of 15:39, April 22, 2025 by Tesinormed (talk | contribs) (Tesinormed changed the content model of the page Template:Souls & Stars/styles.css from "CSS" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.hatnote-wrapper:nth-of-type(2) 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);
}

.hatnote-wrapper:nth-of-type(2) a:focus,
.hatnote-wrapper:nth-of-type(2) a:hover {
	background: transparent;
	color: var(--color-amaranth-legacy-scope);
	border-radius: var(--border-radius-base);
	padding: var(--space-xxs);
}