/* Overrides for some Tufte CSS properties that don't work
   well on my weblog. */

h1 {
    margin-top: 2rem;
}

h2 {
    font-style: normal;
}

article {
    padding: 0;
}

footer p {
    width: 100%;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}

dl {
    font-size: 1.4rem;
}

code {
    font-family: "Operator Mono Ssm", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

li p {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}

/* Tufte and Prism don't play so well together */
pre code .comment {
    border-bottom: none;
    padding-bottom: none;
}
