@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/







.entry-content h2 {
  position: relative;
  padding: 0.6em;
  background: #e5e5e5;
}

.entry-content h2::before{
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e5e5e5;
width: 0;
height: 0;
}





/*** 「次の投稿」「前の投稿」を非表示 ***/
.nav-links {
display: none;
}






