
$index-latest-posts-background                 : {{settings.index_latest_posts_background}};
$index-latest-posts-title-color                : {{settings.index_latest_posts_title_color}};
$index-latest-posts-article-background         : {{settings.index_latest_posts_article_background}};
$index-latest-posts-article-date-color         : {{settings.index_latest_posts_article_date_color}};
$index-latest-posts-article-title-color        : {{settings.index_latest_posts_article_title_color}};
$index-latest-posts-article-content-color      : {{settings.index_latest_posts_article_content_color}};
$index-latest-posts-read-more-color            : {{settings.index_latest_posts_read_more_button_color}};
$index-latest-posts-read-more-background       : {{settings.index_latest_posts_read_more_button_background}};
$index-latest-posts-read-more-color-hover      : {{settings.index_latest_posts_read_more_button_color_hover}};
$index-latest-posts-read-more-background-hover : {{settings.index_latest_posts_read_more_button_background_hover}};


ul {
    list-style: outside none none;
}
.article-list-item-meta > h4 {
    font-weight: bold;
}
.article-list-item-title:hover{
  text-decoration:none;
}
