Commit f4319f22 by Alex Bush

hilighter like on mojolicio.us

1 parent 4f0437b5
pre {
background: url(/img/pinstripe.gif);
-moz-border-radius: 5px;
border-radius: 5px;
color: #eee;
font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
line-height: 1.7em;
text-align: left;
text-shadow: #333 0 1px 0;
padding-bottom: 1.5em;
padding-top: 1.5em;
white-space: pre-wrap;
}
.str{color:#9daa7e}.kwd{color:#d5b57c}.com{color:#726d73}.typ{color:#dd7e5e}.lit{color:#fcf0a4}.pun,.opn,.clo{color:#a78353}.pln{color:#889dbc}.tag{color:#d5b57c}.atn{color:#dd7e5e}.atv{color:#9daa7e}.dec{color:#dd7e5e}
\ No newline at end of file
......@@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="/css/bootstrap-wysihtml5.css">
<script src="/js/bootstrap-wysihtml5.js"></script>
<link href="/css/obsidian.css" type="text/css" rel="stylesheet" />
<link href="/css/mojo.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="/js/prettify.js"></script>
</head>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!