@scope (.mdx-article) {
    /* Change the pink color of inline code `<code>` */
    div#__next section code:not([class]) {
        color: black;
        background-color: #F0F0F0; /*#F5F5F5;*/
    }
}