:root {
    --bulma-text: #2C4F5D;
    --bulma-text-strong: #002B36;
}

[id="index"] .buttons .button {
    color: #2C4F5D;
}

details {
    font-size: small;
}

@media (prefers-color-scheme: dark) {
    :root {
        --bulma-text: #e8f9ff;
        --bulma-text-strong: #ffffff;
    }
    .buttons .button {
        color: #e8f9ff;
    }
}