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: Difference between revisions

Template page
Content deleted Content added
No edit summary
Tesinormed changed the content model of the page Template:Souls & Stars/styles.css from "CSS" to "Sanitized CSS"
 
(No difference)

Latest revision as of 15:39, April 22, 2025

.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);
}