14 lines
203 B
CSS
14 lines
203 B
CSS
|
|
/* colors for ColorPrompt like examples */
|
|
span.GAPprompt {
|
|
color: #000000;
|
|
font-weight: normal;
|
|
}
|
|
span.GAPbrkprompt {
|
|
color: #000000;
|
|
font-weight: normal;
|
|
}
|
|
span.GAPinput {
|
|
color: #000000;
|
|
}
|