0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 18:52:38 +00:00

Tweaks to Editor highlighting. Maybe still ugly.

This commit is contained in:
Trevor Buckner
2024-04-30 14:56:19 -04:00
parent 72160f5daf
commit d695648d9b

View File

@@ -44,11 +44,14 @@
color : green; color : green;
} }
.emoji:not(.cm-comment) { .emoji:not(.cm-comment) {
align-self : center; margin-left : 2px;
margin-left : 2px; color : #360034;
color : hsl(300, 100%, 14%); background : #ffc8ff;
background : #ffa2ff; border-radius : 6px;
border-radius : 6px; font-weight : bold;
padding-bottom : 1px;
outline-offset : -2px;
outline : solid 2px #ff96fc;
} }
.superscript:not(.cm-comment) { .superscript:not(.cm-comment) {
font-weight : bold; font-weight : bold;