0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +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;
}
.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;