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
Tesinormed changed the content model of the page Template:Souls & Stars/styles.css from "Sanitized CSS" to "CSS"
No edit summary
Line 1: Line 1:
#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);
}

Revision as of 03:59, April 22, 2025

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