9 línte
198 B
CSS
9 línte
198 B
CSS
|
|
/* 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;
|
||
|
|
}
|