:root {
    --logo: url('https://i.imgur.com/vONgffG.png') !important;
    --m-logo: url('https://i.imgur.com/4K1WXsC.png') !important;
}

.logo.logo--wordmark {
    content: url('/logo_light.png) !important;
}

body.theme-mastodon-bird-ui-light{
    --logo: url('https://i.imgur.com/ixGuQ8C.png') !important;
    --m-logo: url('https://i.imgur.com/gWkpXAj.png') !important;
}

body.layout-single-column {
    background-image: url("/custom_bg.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    
    color: var(--color-fg);
}
body.theme-mastodon-bird-ui-light{
--color-accent-dark: #52FD8B;
}

.button{color:#1c1c1c}

