[components/Heading][s]: updated css - underline

This commit is contained in:
olayway 2022-06-02 11:13:14 +02:00
parent 59ff08b247
commit a00a90a345
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@ export const Heading = ({ level, observer }) => (props) => {
return React.createElement(`h${level}`, {
...props,
className: "scroll-mt-16 cursor-pointer"
className: "c-heading scroll-mt-16 cursor-pointer"
})
}

View File

@ -15,7 +15,7 @@ html {
scroll-behavior: smooth;
}
a {
.c-heading a {
@apply no-underline !important;
}