swap native emojis for Twemojis 🎉 (#92)

This commit is contained in:
2020-03-29 15:30:12 -04:00
committed by GitHub
parent 3dd0f9578e
commit 2156c6ed88
17 changed files with 73 additions and 40 deletions
+10
View File
@@ -87,6 +87,16 @@ div.highlight {
}
}
// make SVG twemojis relative to surrounding text
// https://github.com/twitter/twemoji#inline-styles
img.emoji {
height: 1em !important;
width: 1em !important;
margin: 0 0.05em 0 0.1em !important;
vertical-align: -0.1em !important;
display: inline !important;
}
// white background for entire width content area
div#wrap {
width: 100%;