Better fonts for all code like wiki etc
This commit is contained in:
parent
64f3682feb
commit
7fa6a23416
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue