html[data-content-theme="dark"] .theme-icon-light {
    display: block;
}

html[data-content-theme="dark"] .theme-icon-dark {
    display: none;
}
