<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Button hover color (MI) */
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    border-color: #b3e2e9;
}
/*Button outline color (OJ)*/
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: black;
}
#EEE3FF</pre></body></html>