Fixed editor font in inline code and code blocks

This commit is contained in:
benweet 2013-10-22 23:16:49 +01:00
parent 8e4722fe76
commit ae3e92bf57

View File

@ -992,13 +992,11 @@ ul,ol {
}
.ace_code {
font-family: Menlo, Consolas, "Courier New", monospace;
color: @primary-color-lighter;
background-color: fade(@secondary-bg, 10%);
}
.ace_code_block {
font-family: Menlo, Consolas, "Courier New", monospace;
color: @primary-color;
}