diff --git a/layouts/profile/style.css b/layouts/profile/style.css index 21775e03..8b1d7508 100644 --- a/layouts/profile/style.css +++ b/layouts/profile/style.css @@ -928,11 +928,17 @@ a:hover, } .tweet-translate { - color: var(--link-color); - font-size: 13px; + color: var(--light-gray); cursor: pointer; + font-size: 12px; margin-top: 2px } +.tweet-translate:before { + content: "\f089"; + font: 12px RosettaIcons; + margin-right: 5px; + vertical-align: text-bottom; +} .tweet-interact-more-menu hr { border-top: #ccd6dd;