2025-09-22 14:54:12 -04:00
|
|
|
/*
|
|
|
|
|
Add brand colors here
|
|
|
|
|
|
|
|
|
|
See also: https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/styling.html#color-variables
|
|
|
|
|
*/
|
|
|
|
|
html[data-theme="light"] {
|
|
|
|
|
--pst-color-primary: rgb(126, 3, 3);
|
|
|
|
|
--pst-color-secondary: rgb(218, 2, 2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html[data-theme="dark"] {
|
|
|
|
|
--pst-color-primary: rgb(115, 199, 164);
|
|
|
|
|
--pst-color-secondary: rgb(21, 197, 124);
|
|
|
|
|
}
|
2025-12-19 14:15:07 -05:00
|
|
|
|
|
|
|
|
/* Additional customizations for nrsk */
|
|
|
|
|
dl.py.attribute {
|
|
|
|
|
/* Reduce the space between autodoc attrs */
|
|
|
|
|
margin-bottom: 0.5em !important;
|
|
|
|
|
}
|