factor/extra/webapps/fjsc/www/termlib/term_styles.css

12 lines
178 B
CSS

.term {
font-family: courier,fixed,swiss,sans-serif;
font-size: 12px;
color: #33d011;
background: none;
}
.termReverse {
color: #111111;
background: #33d011;
}