Remove accent color highlight of headings #1

This commit is contained in:
david-swift 2025-02-25 14:17:10 +01:00
parent 65e58e13ce
commit f441df36ac

View File

@ -47,17 +47,6 @@ body {
color: var(--contrast-color);
}
// Make focused anchor not get covered by nav,
// and flash it with accent color when jumping to it
:target:not(#main-content) {
transition:
all var(--transition),
scroll-margin-block-start 0s;
scroll-margin-block-start: 15vh;
color: var(--accent-color);
text-shadow: var(--text-shadow-glow);
}
// Custom focus indicator
:focus-visible {
animation: focus-in var(--transition);