[component-name=ColorThemeToggle]{}

[component-name=ColorThemeToggle] img{width:20px; height:20px;}


.theme_light a[component-name=ColorThemeToggle] img[name=theme_light]{display:inline;}
.theme_dark a[component-name=ColorThemeToggle] img[name=theme_light]{display:none;}
.theme_light a[component-name=ColorThemeToggle] img[name=theme_dark]{display:none;}
.theme_dark a[component-name=ColorThemeToggle] img[name=theme_dark]{display:inline;}


@media screen and (max-width: 1080px) {
    

}

@media screen and (min-width: 1081px) {
    
}

