/* Custom CSS for the site */

/* Add some spacing to improve readability */
.bd-article {
    line-height: 1.6;
}

/* Style code blocks */
div.highlight {
    border-radius: 4px;
}

/* Improve spacing for post metadata */
.ablog-post-date {
    color: #666;
    font-size: 0.9em;
}

/* Style tags */
.ablog-cloud li {
    display: inline-block;
    margin: 0.2em;
}
