diff --git a/client/homebrew/editor/editor.less b/client/homebrew/editor/editor.less index 1058be867..f8dc249d6 100644 --- a/client/homebrew/editor/editor.less +++ b/client/homebrew/editor/editor.less @@ -44,11 +44,14 @@ color : green; } .emoji:not(.cm-comment) { - align-self : center; - margin-left : 2px; - color : hsl(300, 100%, 14%); - background : #ffa2ff; - border-radius : 6px; + margin-left : 2px; + color : #360034; + background : #ffc8ff; + border-radius : 6px; + font-weight : bold; + padding-bottom : 1px; + outline-offset : -2px; + outline : solid 2px #ff96fc; } .superscript:not(.cm-comment) { font-weight : bold;