/* * Generally useful blog styles. */ /* Styles for the blog title

*/ .blog-title { display: block; } a.blog-title { text-decoration: underline; } /* The blog entry publish date */ .blog-meta { font-style: italic; font-size: smaller; margin-bottom: 2rem; } .blog-meta .blog-private, .blog-meta .blog-unlisted { color: #F00; } .blog-meta .blog-draft { color: #909; } /* Code blocks treated as
 tags */
.markdown code {
    display: block;
    white-space: pre-line;
}