/* set the main background for the light theme to pink */
/*:root {*/
/*    --wh-color-bg-main: rgb(255, 198, 227);*/
/*}*/

/* make the border for images transparent with a 30px radius */
/*.article__img {*/
/*    border-radius: 30px !important;*/
/*    border: none;*/
/*}*/

.toc-item {
    --highlighted: {
        font-style: italic;
    }
}