/* Root */
:root {
    font-size: 18px;
}

/* Header */
h1.branding {
    font-family: "Arvo", serif;
    font-size: 3em;
    line-height: 0.5em;
    text-transform: uppercase;
}

h1.branding a {
    text-decoration: none;
}

/* Navigation */
nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

nav li {
    margin-left: 1em;
    display: inline;
}

nav li:first-child {
    margin-left: 0;
}

/* Posts */
.signoff {
    text-align: right;
}

/* Syntax highlighting */
code {
    background-color: unset;
}

.giallo-l {
    display: inline-block;
    min-height: 1lh;
    width: 100%;
}

.giallo-ln {
    display: inline-block;
    user-select: none;
    margin-right: 0.4em;
    padding: 0.4em;
    min-width: 3ch;
    text-align: right;
    opacity: 0.8;
}

/* Archive */
ol.archive {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
