#toggle-light-mode {
/* width: 3rem;*/
/* default */
.icon-dark {
display: none;
}
html[data-darkmode="true"] {
.icon-light {
display: block;