/* 禁用原主题对H标签的字体颜色设置 */
h1, h2, h3, h4, h5, h6 {
    color: inherit !important;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    color: inherit !important;
}

/* 确保H标签内的文本颜色可以自定义 */
h1, h2, h3, h4, h5, h6 {
    color: unset !important;
} 