/**
 * Custom stylesheet. Style definitions added here will override the
 * definitions in the static main stylesheet.
 */

code {
    color: #333;
}

pre code {
    color: #b33;
}
