diff --git a/aip_site/support/scss/imports/headings.scss b/aip_site/support/scss/imports/headings.scss index 85f2be4..c296032 100644 --- a/aip_site/support/scss/imports/headings.scss +++ b/aip_site/support/scss/imports/headings.scss @@ -9,6 +9,9 @@ // This creates a "fake block" above the header that does not show up // anywhere but tricks the browser into thinking that the anchor is 80px // higher than it actually is. + cursor: default; + outline: none; + &::before { display: block; content: ' ';