Fixed invalid token highlighting in ACE editor
This commit is contained in:
parent
b559595ec2
commit
05c5235d33
@ -1027,6 +1027,11 @@ ul,ol {
|
||||
background-color: @code-bg;
|
||||
}
|
||||
|
||||
.ace_invalid {
|
||||
color: inherit;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.ace_strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user