@import url(base.css);

:root {
    --accent-color: rgb(113, 233, 244);
    --background-color: rgb(38, 38, 38);
    --background-color-alt: rgb(240, 240, 240);
    --foreground-color: rgb(255, 255, 255);
    --foreground-color-alt: rgb(34, 34, 34);
    --selection-color: rgb(190, 228, 253);
}

.reveal-viewport {
    background: var(--background-color) url(images/townhack/townhack-logo.jpg) no-repeat 1rem 1rem;
    background-size: 10vh;
}

@media screen and (max-height: 500px) {
    .reveal-viewport {
        background-image: none;
    }
}
