@scope (.mdx-article) {

    .heading-link:hover:before {
        content: '# '; /* § */
    }
    .heading-link {
        color: black;
    }

}