ee9e74df21
git-subtree-dir: projects/rocprofiler-compute git-subtree-mainline:8a4d7262f8git-subtree-split:d2cec00116
9 righe
198 B
CSS
9 righe
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;
|
|
}
|