Drupal: Added CSS to style link for flag link-look-alike text.

This commit is contained in:
Shawn Kwang 2019-09-25 13:52:22 -05:00
parent 004e94d006
commit 82153c7af4
1 changed files with 4 additions and 1 deletions

View File

@ -290,7 +290,10 @@ div.node-type-forum.not-first-page {
.node-type-forum .moderator-links a,
.node-type-team-forum .topic-id,
.node-type-team-forum .standard-links a,
.node-type-team-forum .moderator-links a {
.node-type-team-forum .moderator-links a,
.comment .style-like-link,
.node-type-forum .style-like-link,
.node-type-team-forum .style-like-link {
color: #aaa;
font-weight: bold;
text-transform: uppercase;