/* Salt Lake City. Served as /city/city.css when STATION_CITY=slc.
 *
 * Everything that differs between cities in the panopticon GUI lives in these
 * files. Relative URLs resolve against /city/, which the server maps to this
 * directory, so background.jpg below is the file sitting next to this one. */

:root {
    /* Used by .city-title::before in the top-nav banner, and read back by the
     * document.title script in index.html. Must be a quoted CSS string. */
    --city-title: "Desert Sands";
}

body {
    background-image: url('background.jpg');
}