[components/Heading][s]: updated css - underline
This commit is contained in:
parent
59ff08b247
commit
a00a90a345
|
|
@ -13,6 +13,6 @@ export const Heading = ({ level, observer }) => (props) => {
|
||||||
|
|
||||||
return React.createElement(`h${level}`, {
|
return React.createElement(`h${level}`, {
|
||||||
...props,
|
...props,
|
||||||
className: "scroll-mt-16 cursor-pointer"
|
className: "c-heading scroll-mt-16 cursor-pointer"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
.c-heading a {
|
||||||
@apply no-underline !important;
|
@apply no-underline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue