<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    background: rgba(255, 255, 255, 1);
}
.wp-core-ui .button-primary,
#wp-submit {
    background: linear-gradient(to bottom, #E05D22 0%, #D94412 100%) repeat scroll 0% 0% transparent;
    border-width: medium medium 3px;
    border-style: none none solid;
    border-color: #B93207;
    border-image: none;
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
}

a:hover {
    color: #D94412 !important;
}</pre></body></html>