/* Hide the MkDocs logo */
footer div[role="contentinfo"] ~ * {
    display: none;
}

footer   {
    color: transparent; /* make the text invisible */
    user-select: none; /* prevent selection of the text */
}