Better fonts for all code like wiki etc

This commit is contained in:
randx 2012-08-21 20:53:33 +03:00
parent 64f3682feb
commit 7fa6a23416

View file

@ -1,6 +1,11 @@
body {
margin-bottom:20px;
}
pre {
font-family:'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
}
a {
outline: none;
color: $link_color;