26 lines
196 B
CSS
26 lines
196 B
CSS
/*
|
|
Public domain.
|
|
*/
|
|
.header {
|
|
|
|
}
|
|
.com {
|
|
color: green;
|
|
}
|
|
|
|
.kwd {
|
|
color: blue;
|
|
}
|
|
|
|
.pln {
|
|
color: black;
|
|
}
|
|
|
|
.lit {
|
|
color: #0099cc;
|
|
}
|
|
|
|
.pun {
|
|
color: black;
|
|
font-weight: bold;
|
|
} |