Template:Souls & Stars/styles.css
Template page
More actions
#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);
}