File: rocm_custom.css

package info (click to toggle)
rocm 6.4.3%2Bds-4~exp2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 17,188 kB
  • sloc: sh: 10,149; python: 1,221; xml: 979; javascript: 168; perl: 46; makefile: 32
file content (21 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 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);
}

/* Adds container for big tables, used for Compatibility Matrix */
.format-big-table {
    white-space: nowrap;
}