2018-01-24 01:51:45 -05:00

11 lines
303 B
CSS

/* Differentiate the way we display regex fragments. */
.regexp {
color: darkred !important;
}
/* Avoid (the alabaster theme default) Goudy Old Style, which renders in
* italics on some Mac/Safari systems. */
body {
font-family: 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
}