/* Override PyData Sphinx Theme default colors */ html[data-theme="light"] { --pst-color-table-row-hover-bg: #e2e8f0; } html[data-theme="dark"] { --pst-color-table-row-hover-bg: #1e293b; } a svg { color: var(--pst-color-text-base); } a svg:hover { color: var(--pst-color-link-hover); }