mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-11 23:15:06 -05:00
Add release notes Add install instructions Add PyTorch + ComfyUI instructions Add custom selector directives Add JS and CSS for selector Add custom icon directive and utils Clean up conf.py
17 lines
297 B
CSS
17 lines
297 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;
|
|
}
|
|
|
|
a svg {
|
|
color: var(--pst-color-text-base);
|
|
}
|
|
|
|
a svg:hover {
|
|
color: var(--pst-color-link-hover);
|
|
}
|