/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
/* InHere Games header logo */
.navbar-brand img,
.navbar-brand svg {
    height: 40px;
    width: auto;
}

/* Hide default Grav footer */
#footer {
    display: none;
}
