/* https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/customizing.html */
/* Brand palette mirrors the BrainAccess Board Python API docs. */

html[data-theme="light"] {
    --pst-color-primary: #000000;
    --pst-color-secondary: #00881d;
    /* announcement banner background color */
    --pst-color-secondary-bg: #83d299;
    /* default admonition colors */
    --pst-color-info-bg: #83d299;
    --pst-color-info: #006f27;
    /* warning admonition colors */
    --pst-color-warning-bg: #00dfc5;
    --pst-color-warning: #006f27;
    /* attention admonition colors */
    --pst-color-attention-bg: #83d299;
    --pst-color-attention: #006f27;
}

.sphinx-design-class-body-examples {
    height: 200px;
}
