Template:Souls & Stars/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) Tesinormed changed the content model of the page Template:Souls & Stars/styles.css from "Sanitized CSS" to "CSS" |
Tesinormed (talk | contribs) 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);
}