mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
11 lines
303 B
CSS
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;
|
|
}
|