forked from david-swift/duckling
Remove accent color highlight of headings #1
This commit is contained in:
parent
65e58e13ce
commit
f441df36ac
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user