From d695648d9b10cd58cceff44c11d2881d979cd4f9 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 30 Apr 2024 14:56:19 -0400 Subject: [PATCH] Tweaks to Editor highlighting. Maybe still ugly. --- client/homebrew/editor/editor.less | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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;