Add WordPress specific emoji style

This commit is contained in:
Nate Weaver 2019-12-06 00:31:37 -06:00
parent d6b2e6a7df
commit c66ed35799
1 changed files with 6 additions and 0 deletions

View File

@ -181,3 +181,9 @@ img[src*="feedblitz"],
img[src*="share-buttons"] {
display: none !important;
}
/* Site specific styles */
.wp-smiley {
height: 1em;
max-height: 1em;
}