mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 21:42:44 +00:00
Add emoji highlighting to editor
This commit is contained in:
@@ -43,6 +43,13 @@
|
||||
font-weight : bold;
|
||||
color : green;
|
||||
}
|
||||
.emoji:not(.cm-comment) {
|
||||
align-self : center;
|
||||
margin-left : 2px;
|
||||
color : hsl(300, 100%, 14%);
|
||||
background : #ffa2ff;
|
||||
border-radius : 6px;
|
||||
}
|
||||
.superscript:not(.cm-comment) {
|
||||
font-weight : bold;
|
||||
color : goldenrod;
|
||||
|
||||
Reference in New Issue
Block a user