/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

pre {
    border: 1px dotted gray;
    background-color: #ececec;
    color: #1111111;
    padding: 0.5em;
}

pre.hl { color:#000000; background-color:#ececec; }
