reactions: Change color of reaction counter from blue to black.

The blue font color on the vote_text beside the reactions in
light mode made it seem like a link which it's not, so it has
been changed to regular font color.

We preserve the blue font color on hover, matching the add-reaction
button.
This commit is contained in:
Raghav Luthra 2022-06-02 00:54:25 +05:30 committed by Tim Abbott
parent 477a1b5789
commit a8fc195402
1 changed files with 4 additions and 1 deletions

View File

@ -53,12 +53,15 @@
top: 1px;
font-size: 90%;
display: flex;
color: hsl(200, 100%, 40%);
margin: 0 3px;
padding: 2px 0;
line-height: 1em;
}
.message_reaction:hover .message_reaction_count {
color: hsl(200, 100%, 40%);
}
i {
font-size: 1.3em;
float: left;