<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Remove hover effects from blog thumbnails */
.blog-posts .box .img-wrap:hover .b-info .txt,
.blog-list .box .img-wrap:hover .b-info .txt {
    color: inherit !important;
}

.blog-posts .box .img-wrap:hover .b-img,
.blog-list .box .img-wrap:hover .b-img {
    transform: none !important;
}

.blog-list .box .img-wrap:hover .b-info {
    opacity: 1 !important;
}

.blog-list .box .img-wrap:hover .b-info .txt,
.blog-list .box .img-wrap:hover .b-info .author {
    color: inherit !important;
}

.blog-list .box .img-wrap:hover .b-info .table-cell {
    transform: none !important;
}

/* Make the info always visible without hover */
.blog-list .box .img-wrap .b-info {
    opacity: 1 !important;
}

.blog-list .box .img-wrap .b-info .table-cell {
    transform: none !important;
} </pre></body></html>