File: light.css

package info (click to toggle)
nc-py-api 0.19.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,320 kB
  • sloc: python: 12,415; makefile: 238; xml: 100; javascript: 56; sh: 14
file content (8 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
@media (prefers-color-scheme: light) {

    .wy-menu-vertical li.toctree-l2.current a,
    .wy-menu-vertical li.toctree-l3.current a {
        background-color: #c9c9c9;
    }

}