/* JSONSort 博客列表页样式 · wireframe minimal */

.blog-list-card h2 {
    transition: color 0.15s;
}

.blog-list-card:hover h2 {
    color: #E53935;
}

html[data-theme="dark"] .blog-list-card:hover h2 {
    color: #E53935;
}
