/* Custom Icons for Bookmarks */
#github-icon {
    background: url('/config/icons/github.png') no-repeat center center;
    background-size: contain;
}

#reddit-icon {
    background: url('/config/icons/reddit.png') no-repeat center center;
    background-size: contain;
}

#youtube-icon {
    background: url('/config/icons/youtube.png') no-repeat center center;
    background-size: contain;
}

#twitch-icon {
    background: url('/config/icons/twitch.png') no-repeat center center;
    background-size: contain;
}

#crunchyroll-icon {
    background: url('/config/icons/crunchyroll.png') no-repeat center center;
    background-size: contain;
}

#disneyplus-icon {
    background: url('/config/icons/disneyplus.png') no-repeat center center;
    background-size: contain;
}

#aniworld-icon {
    background: url('/config/icons/aniworld.png') no-repeat center center;
    background-size: contain;
}
