/*
Theme Name: mkblog01
Template: x-t9
Version: 1.0.0
*/


/* ----------------------------------------------------------------------
 Custom Color
---------------------------------------------------------------------- */
.wp-block-post-excerpt__more-link {
/*    display: inline-block; */
/*    padding: 8px 16px; */
    background-color: none;
    color: #e2e2e2;
/*    border-radius: 4px; */
}
.wp-block-post-excerpt__more-link:hover {
    opacity: 0.8;
}


/* ----------------------------------------------------------------------
 Font Awesome
---------------------------------------------------------------------- */
.wp-block-post-terms::before {
  font-family: 'Font Awesome 7 Free';
  content: '\f15b';
  font-weight: 900;
  color: #ffffff
  margin-right: 8px;
}
.wp-block-post-excerpt__more-link::after {
  font-family: 'Font Awesome 7 Free';
  content: '\f138';
  font-weight: 900;
  color: #e2e2e2
  margin-left: 15px;
}
