#StatusFooter
{
    border-top: 1px solid var(--nav-hover-colour);
    font-family: var(--post-font-family);
    color: var(--footer-text-colour);
}

#StatusFooter p
{
    font-size: var(--post-font-size);
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

#CopyrightLine
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#CopyrightLine img
{
    height: var(--post-font-size);
    margin-right: calc(0.5 * var(--post-font-size));
}

@media(prefers-color-scheme: dark)
{
    #CopyrightLine img
    {
        content: url("/images/logo_white.svg");
    }
}