23 lines
179 B
CSS
23 lines
179 B
CSS
|
.header {
|
||
|
|
||
|
}
|
||
|
.com {
|
||
|
color: green;
|
||
|
}
|
||
|
|
||
|
.kwd {
|
||
|
color: blue;
|
||
|
}
|
||
|
|
||
|
.pln {
|
||
|
color: black;
|
||
|
}
|
||
|
|
||
|
.lit {
|
||
|
color: #0099cc;
|
||
|
}
|
||
|
|
||
|
.pun {
|
||
|
color: black;
|
||
|
font-weight: bold;
|
||
|
}
|