gdpelican / retort

A reactions plugin for Discourse
MIT License
57 stars 39 forks source link

Reaction count is not visible clearly due to white background #63

Closed TheBaby5 closed 3 years ago

TheBaby5 commented 4 years ago

Due to full white background the number of likes are not visible, also after giving reaction it takes time to reflect or we have to refresh the page to see if it reacted or not....

Check the heart reaction, it reacted 3 times, but the number of times, is not clearly visible.

image

gdpelican commented 4 years ago

Looks like there may be some custom styling involved here. Have you tried putting something like

span.post-retort__count {
  color: black;
}

into your custom css under Customize -> Themes -> Edit CSS/HTML?

TheBaby5 commented 4 years ago

It worked, thank you! 👯‍♀️

image

TheBaby5 commented 4 years ago

Also after giving reaction it takes time to reflect or we have to refresh the page to see if it reacted or not....

GokulNC commented 4 years ago

@gdpelican I think the color here should be $primary instead of $secondary, since by default, Discourse uses $primary for all text colors I guess. So please fix this. :)