/*
Theme Name: Skeleton Theme
Theme URI: http://wp-dev.space/skeleton
Author: WP Dev Space
Author URI: http://wp-dev.space/
Description: Theme for fast and reliable Wordpress theme development
Version: 1.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: skeleton_theme
*/

.article__date {
  color: rgba(121, 121, 121, 0.54);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.archive-block__date {
  color: rgba(121, 121, 121, 0.54);
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
}

.archive-block .archive-block__title {
  margin-bottom: 14px;
}
.post__article h1.article-h1 {
  margin-bottom: 8px;
}
