Fixed editor font in inline code and code blocks
This commit is contained in:
parent
8e4722fe76
commit
ae3e92bf57
@ -992,13 +992,11 @@ ul,ol {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ace_code {
|
.ace_code {
|
||||||
font-family: Menlo, Consolas, "Courier New", monospace;
|
|
||||||
color: @primary-color-lighter;
|
color: @primary-color-lighter;
|
||||||
background-color: fade(@secondary-bg, 10%);
|
background-color: fade(@secondary-bg, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ace_code_block {
|
.ace_code_block {
|
||||||
font-family: Menlo, Consolas, "Courier New", monospace;
|
|
||||||
color: @primary-color;
|
color: @primary-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user