<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wpadminbar {background:#000;}
#wpadminbar li#wp-admin-bar-mooiesite a.ab-item:before,
#wpadminbar li#wp-admin-bar-redduck a.ab-item:before {
    display:block;
    width:32px;
    height:32px;
    background-image:url("/wp-content/plugins/redduck-worker/img/redduck-white.png") !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-size: 16px 16px;
    content:"";
    margin:0;
    padding:0;
    transition:1s;
}
#wpadminbar li#wp-admin-bar-redduck a.ab-item:hover:before,
#wpadminbar li#wp-admin-bar-mooiesite a.ab-item:hover:before {
    background-image:url("/wp-content/plugins/redduck-worker/img/redduck.png") !important;
    transform: rotate(-360deg);
}

#wpadminbar li#wp-admin-bar-mooiesite a.ab-item:before {
    background-image:url("/wp-content/plugins/redduck-worker/img/mooi-white.png") !important;
}
#wpadminbar li#wp-admin-bar-mooiesite a.ab-item:hover:before {
    background-image:url("/wp-content/plugins/redduck-worker/img/mooi.png") !important;
}</pre></body></html>