File: custom.css

package info (click to toggle)
python-tatsu 5.13.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 892 kB
  • sloc: python: 10,202; makefile: 54
file content (18 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.succeed {
    color: green;
    font-family: monospace;
}

.fail {
    color: red;
    font-family: monospace;
}

.try {
    color: orange;
    font-family: monospace;
}

.console {
    font-family: monospace;
}