File: nocolorprompt.css

package info (click to toggle)
gap-autodoc 2023.06.19-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,360 kB
  • sloc: xml: 1,930; javascript: 155; makefile: 122; sh: 9
file content (13 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (88)
1
2
3
4
5
6
7
8
9
10
11
12
13

/* colors for ColorPrompt like examples */
span.GAPprompt {
  color: #000000;
  font-weight: normal;
}
span.GAPbrkprompt {
  color: #000000;
  font-weight: normal;
}
span.GAPinput {
  color: #000000;
}