Template:Souls & Stars/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) 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);
}