17 lines
171 B
SCSS
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;
|
|
}
|
|
}
|