File: custom.css

package info (click to toggle)
python-msgspec 0.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,416 kB
  • sloc: javascript: 23,944; ansic: 20,940; python: 19,752; makefile: 26; sh: 23
file content (13 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (2)
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;
}