File: custom.css

package info (click to toggle)
python-msgspec 0.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,356 kB
  • sloc: javascript: 23,944; ansic: 20,540; python: 20,465; makefile: 29; sh: 19
file content (13 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
body[data-theme]:not([data-theme="dark"]) .highlight .gp, .highlight .gh {
    color: #808080;
    font-weight: normal;
}

body[data-theme]:not([data-theme="dark"]) .highlight .go {
    color: #203060;
}

body[data-theme="dark"] .highlight .gh, .highlight .gp {
    color: #aaaaaa;
    font-weight: normal;
}