/* --------------------------------------------------------------------------------------------- */
/* TomatOS 2000 Desktop CSS Document ----------------------------------------------------------- */
/* Version 1.2.1a - Published January 1, 2024 ------------------------------------------------ */
/* Copyleft 2023 Chelsea Thorne ---------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */

#icon_twitch {
    background-image: url('images/ui/shortcut.png'), url('images/desktopicons/Twitch_x64.png');
    background-repeat: no-repeat, no-repeat;
    background-position-x: left, center;
    background-position-y: bottom, center;
}

#icon_ko-fi {
    background-image: url('images/ui/shortcut.png'), url('images/desktopicons/ko-fi_x64.png');
    background-repeat: no-repeat, no-repeat;
    background-position-x: left, center;
    background-position-y: bottom, center;
}

#icon_discord {
    background-image: url('images/ui/shortcut.png'), url('images/desktopicons/tomateys_x64.png');
    background-repeat: no-repeat, no-repeat;
    background-position-x: left, center;
    background-position-y: bottom, center;
}

#icon_tumblr {
    background-image: url('images/ui/shortcut.png'), url('images/desktopicons/Tumblr_x64.png');
    background-repeat: no-repeat, no-repeat;
    background-position-x: left, center;
    background-position-y: bottom, center;
}

#icon_cohost {
    background-image: url('images/ui/shortcut.png'), url('images/desktopicons/cohost_x64.png');
    background-repeat: no-repeat, no-repeat;
    background-position-x: left, center;
    background-position-y: bottom, center;
}

#icon_bsky {
    background-image: url('images/ui/shortcut.png'), url('images/desktopicons/bsky_x64.png');
    background-repeat: no-repeat, no-repeat;
    background-position-x: left, center;
    background-position-y: bottom, center;
}