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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user