a.logo
{
    background-image: url('https://panic.com/images/icon-firewatch@2x.png');
}

.article-list
{
    list-style-type: none;
}

.article-list li
{
    background-position: top left;
    background-size: 1em;
    background-repeat: no-repeat;
    text-indent: 0;
    padding-left: 1.5em;
    margin: 0.5em 1em 0.5em 0;
    background-image: url("/images/generic.svg");
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}

li.article,
li.firewatch
{
    background-image: url("/images/summary.svg");
}

li.folder
{
    background-image: url("/images/folder.svg");
    background-position: center left;
}