<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn.action {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 3px 8px !important;
    background-color: black;
    color: white;
    height: 35px;
    border:none;
}

.btn.action :hover {
    background-color: rgb(54, 54, 54);
}

.btn.action:focus {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 3px 8px !important;;
    background-color: black;
    color: white;
    height: 35px;
}</pre></body></html>