/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */

#error .btn {
    background-color: #4a90d9;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.9rem 2rem;
    border-radius: 8px;
    font-weight: 600;
}

#error .btn:hover {
    background-color: #357abd;
}
