
/* set white text in header so it can be seen on dark background */
#header a {
    color: white;
}

/* hide the login link on the login page */
.login--page a[href="/login"] {
    display: none;
}