/* 正式心弦網圖標 */
.brand img {
  width: 34px;
  height: 34px;
}

.site-header .brand img {
  transition: opacity .2s ease;
}

.site-header.is-home .brand img {
  opacity: 0;
}
