html[scheme=dark-mode] a#emoticon-mode::after {
    content: '🌚'!important;
}


html[scheme=light-mode] a#emoticon-mode::after {
    content: '🌞'!important;
}
#emoticon-mode{
    cursor:pointer;
}
#night-container{
    display: flex;
    justify-content: flex-end;
}