You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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;
}