diff --git a/client/homebrew/editor/editor.less b/client/homebrew/editor/editor.less index db88b5b0f..0245c666b 100644 --- a/client/homebrew/editor/editor.less +++ b/client/homebrew/editor/editor.less @@ -19,6 +19,20 @@ background-color : fade(#299, 15%); border-bottom : #299 solid 1px; } + .define { + &:not(.term):not(.definition){ + color: #949494; + font-weight: bold; + background: #e5e5e5; + border-radius: 3px; + } + &.term { + color: rgb(96, 117, 143); + } + &.definition { + color: rgb(97, 57, 178); + } + } .block:not(.cm-comment){ color : purple; font-weight : bold;