Skip to content

Commit

Permalink
forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Aug 20, 2022
1 parent eb197bb commit 4bf0179
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions layouts/profile/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4bf0179

Please sign in to comment.