<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bb-buttons {
    margin: 1em 0;
}
.bf-button {
    display: inline-block;
    border-radius: 5px;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: bold;
    margin-right: 0.5em;
}
.bf-dark {
    border: 2px solid #4783b6;
    color: #4783b6;
}
.bf-light {
    border: 2px solid #ccc;
    color: #777;
    transition: 0.3s;
}
.bf-light:hover {
    border: 2px solid #777;
    color: #555;
    background-color: #f3f3f3;
}
</pre></body></html>