@charset "utf-8";

/* WPデフォルトのスタイルをカスタマイズするCSS */
.wp-block-button a {
  color: #fff;
  transition: all 0.3s;
}
.wp-block-button a:hover {
  color: #fff;
  transform: scale(1.02);
}
