<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp-block-button.is-style-button-outline-hover &gt; a {
  background: transparent !important;
}

/* ================= &gt; Button Hover &lt; ================= */

.wp-block-button.is-style-button-outline-hover &gt; a:hover {
  background: #fff !important;
  color: #333 !important;
}

.wp-block-button.is-style-button-hover-opacity &gt; a:hover {
  opacity: 0.8 !important;
}</pre></body></html>