You Jumped To Me

whether the element is the URL's fragment target

/* :target — the #id the page was linked to */
.section:target {
  scroll-margin-block-start: 2rem;
  outline: 2px solid var(--brand);
}