1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/stylesheets/headings.scss
Kevin Heis d5281724e2 Update permalinks for accessibility (#36714)
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2023-05-01 14:03:02 +00:00

17 lines
171 B
SCSS

h1,
h2,
h3,
h4,
h5,
h6 {
> a {
color: unset;
text-decoration: none;
}
// Lower because of the sticky header
&:target {
scroll-margin-top: 75px;
}
}